Class \Prado\Web\UI\WebControls\TDataListItemCollection
TDataListItemCollection class.
TDataListItemCollection represents a collection of data list items.
Class hierarchy
- \Prado\Web\UI\WebControls\TDataListItemCollection
- \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 inserting only TControl descendants. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |