Prado\Web\UI\WebControls\THead::getBaseUrl PHP 메소드

getBaseUrl() 공개 메소드

public getBaseUrl ( ) : string
리턴 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', '');
    }