Prado\Web\UI\WebControls\TTableHeaderRow::getTableSection PHP 메소드

getTableSection() 공개 메소드

public getTableSection ( ) : string
리턴 string location of a row in a table. Always returns 'Header'.
    public function getTableSection()
    {
        return 'Header';
    }