PHP Class Prado\Web\UI\WebControls\TTableRowCollection

TTableRowCollection is used to maintain a list of rows belong to a table.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\Web\UI\TControlCollection
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 performing additional operations for each newly added table row.
public insertAt ( $index, $item )