Prado\Web\UI\WebControls\THead::getShortcutIcon PHP Method

getShortcutIcon() public method

public getShortcutIcon ( ) : string
return string the URL for the shortcut icon of the page. Defaults to ''.
    public function getShortcutIcon()
    {
        return $this->getViewState('ShortcutIcon', '');
    }