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

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