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

TViewCollection represents a collection that only takes {@link TView} instances as collection elements.
С версии: 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 ensuring only {@link TView} controls be added into the collection.
public insertAt ( $index, $item )