Class \Prado\Web\UI\WebControls\TWizardStepCollection
TWizardStepCollection class.
TWizardStepCollection represents the collection of wizard steps owned by a TWizard.
Class hierarchy
- \Prado\Web\UI\WebControls\TWizardStepCollection
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.0
public
|
|
public
|
insertAt(int $index, mixed $item) : mixed
Inserts an item at the specified position.
This method overrides the parent implementation by checking if the item being added is a TWizardStep. |
public
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |