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

getTableSection() 공개 메소드

public getTableSection ( ) : TTableRowSection
리턴 TTableRowSection location of a row in a table. Defaults to TTableRowSection::Body.
    public function getTableSection()
    {
        return $this->getViewState('TableSection', TTableRowSection::Body);
    }