Prado\Web\UI\WebControls\TTableHeaderCell::getAbbreviatedText PHP Méthode

getAbbreviatedText() public méthode

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