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

TAccordionViewCollection is a collection of {@link TAccordionView} to be used inside a {@link TAccordion}.
С версии: 3.2
Автор: Gabor Berczi, DevWorx Hungary ([email protected])
Наследование: extends Prado\Web\UI\TControlCollection
Показать файл Открыть проект

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

Метод Описание
findIndexByID ( $id ) : integer Finds the index of the accordion view whose ID is the same as the one being looked for.
insertAt ( $index, $item ) Inserts an item at the specified position.

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

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

Finds the index of the accordion view whose ID is the same as the one being looked for.
public findIndexByID ( $id ) : integer
Результат integer the index of the accordion view found, -1 if not found.

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

This overrides the parent implementation by performing sanity check on the type of new item.
public insertAt ( $index, $item )