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

getCategoryText() 공개 메소드

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