Class \Prado\Web\UI\TEmptyControlCollection
TEmptyControlCollection class
TEmptyControlCollection implements an empty control list that prohibits adding controls to it. This is useful for controls that do not allow child controls.
Class hierarchy
- \Prado\Web\UI\TEmptyControlCollection
- \Prado\Web\UI\TControlCollection
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.0
public
|
|
public
|
insertAt(int $index, mixed $item) : mixed
Inserts an item at the specified position.
This overrides the parent implementation by ignoring new addition. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |