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

getCategoryText() public méthode

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