Class \Prado\Web\UI\WebControls\TTableCellCollection
TTableCellCollection class.
TTableCellCollection is used to maintain a list of cells belong to a table row.
Class hierarchy
- \Prado\Web\UI\WebControls\TTableCellCollection
- \Prado\Web\UI\TControlCollection
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.0
public
|
insertAt(int $index, mixed $item) : mixed
Inserts an item at the specified position.
This overrides the parent implementation by performing additional operations for each newly added table cell. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |