Imdb\PersonSearch::buildUrl PHP Method

buildUrl() protected method

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