Class \Prado\Xml\TXmlElementList
TXmlElementList class.
TXmlElementList represents a collection of TXmlElement. You may manipulate the collection with the operations defined in TList.
Class hierarchy
- \Prado\Xml\TXmlElementList
- \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 performing additional operations for each newly added TXmlElement object. |
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 TXmlElement object. |
protected
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |