Prado\Web\UI\WebControls\TTableHeaderCell::getAbbreviatedText PHP Method

getAbbreviatedText() public method

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