Class \Prado\Web\UI\TControlCollection
TControlCollection class
TControlCollection implements a collection that enables controls to maintain a list of their child controls.
Class hierarchy
- \Prado\Web\UI\TControlCollection
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.0
public
|
|
public
|
clear() : void
Overrides the parent implementation by invoking {@see \Prado\Web\UI\TControl::clearNamingContainer}
|
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 child control. |
public
|
removeAt(int $index) : mixed
Removes an item at the specified position.
This overrides the parent implementation by performing additional cleanup work when removing a child control. |
protected
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |