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

TWizardStepCollection represents the collection of wizard steps owned by a {@link TWizard}.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends Prado\Collections\TList
Показать файл Открыть проект

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

Метод Описание
__construct ( TWizard $wizard ) Constructor.
insertAt ( $index, $item ) Inserts an item at the specified position.
removeAt ( $index ) : mixed Removes an item at the specified position.

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

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

Constructor.
public __construct ( TWizard $wizard )
$wizard TWizard

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

This method overrides the parent implementation by checking if the item being added is a {@link TWizardStep}.
public insertAt ( $index, $item )

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

Removes an item at the specified position.
public removeAt ( $index ) : mixed
Результат mixed the removed item.