PHP Класс Prado\Web\UI\WebControls\TTableRowCollection

TTableRowCollection is used to maintain a list of rows belong to a table.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends Prado\Web\UI\TControlCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
insertAt ( $index, $item ) Inserts an item at the specified position.

Описание методов

insertAt() публичный Метод

This overrides the parent implementation by performing additional operations for each newly added table row.
public insertAt ( $index, $item )