KamranAhmed\Geocode\Location::isValid PHP 메소드

isValid() 공개 메소드

Checks whether the data passed to the class was valid
public isValid ( ) : boolean
리턴 boolean True if the data is valid and false otherwise
    public function isValid()
    {
        return $this->isValid;
    }