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

getShortcutIcon() 공개 메소드

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