PHP Class Prado\Web\UI\WebControls\TWizardStepCollection

TWizardStepCollection represents the collection of wizard steps owned by a {@link TWizard}.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\Collections\TList
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( TWizard $wizard ) Constructor.
insertAt ( $index, $item ) Inserts an item at the specified position.
removeAt ( $index ) : mixed Removes an item at the specified position.

Method Details

__construct() public méthode

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

insertAt() public méthode

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

removeAt() public méthode

Removes an item at the specified position.
public removeAt ( $index ) : mixed
Résultat mixed the removed item.