Imdb\MdbBase::buildUrl PHP Method

buildUrl() protected method

Overrideable method to build the URL used by getPage
protected buildUrl ( string $context = null ) : string
$context string OPTIONAL
return string
    protected function buildUrl($context = null)
    {
        return '';
    }