Prado\Web\UI\WebControls\TTableFooterRow::getTableSection PHP Method

getTableSection() public method

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