Imdb\TitleSearch::buildUrl PHP Method

buildUrl() protected method

protected buildUrl ( $searchTerms = null )
    protected function buildUrl($searchTerms = null)
    {
        return "http://" . $this->imdbsite . "/find?s=tt&q=" . urlencode($searchTerms);
    }