Prado\Web\UI\WebControls\THead::getBaseUrl PHP Méthode

getBaseUrl() public méthode

public getBaseUrl ( ) : string
Résultat string base URL of the page. This URL is rendered as the 'href' attribute of tag. Defaults to ''.
    public function getBaseUrl()
    {
        return $this->getViewState('BaseUrl', '');
    }