Imdb\PersonSearch::buildUrl PHP 메소드

buildUrl() 보호된 메소드

Create the IMDB URL for the name search
protected buildUrl ( $context = null ) : string
리턴 string url
    protected function buildUrl($context = null)
    {
        return "http://" . $this->imdbsite . "/find?q=" . urlencode($this->name) . "&s=nm";
    }