PHP Class Prado\Web\UI\WebControls\TTableCellCollection

TTableCellCollection is used to maintain a list of cells belong to a table row.
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 cell.
public insertAt ( $index, $item )