Prado\Web\UI\WebControls\TTableHeaderCell::getAbbreviatedText PHP 메소드

getAbbreviatedText() 공개 메소드

public getAbbreviatedText ( ) : string
리턴 string the abbr attribute of the HTML th element
    public function getAbbreviatedText()
    {
        return $this->getViewState('AbbreviatedText', '');
    }