PHP Class Prado\Web\UI\WebControls\TRepeaterItemCollection

TRepeaterItemCollection represents a collection of repeater items.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\Collections\TList
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
insertAt ( $index, $item ) Inserts an item at the specified position.

Method Details

insertAt() public method

This overrides the parent implementation by inserting only objects that are descendant of {@link TControl}.
public insertAt ( $index, $item )