Class \Prado\Web\UI\WebControls\TTableRowSection
TTableRowSection class.
TTableRowSection defines the enumerable type for the possible table sections that a TTableRow can be within.
The following enumerable values are defined:
- Header: in table header
- Body: in table body
- Footer: in table footer
Class hierarchy
- \Prado\Web\UI\WebControls\TTableRowSection
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Body
|
'Body'
|
public
mixed
|
Footer
|
'Footer'
|
public
mixed
|
Header
|
'Header'
|