TPageStep
extends TElement
in package
Page Step
Tags
Table of Contents
Properties
- $container : mixed
- $items : mixed
- $stepNumber : mixed
Methods
- __construct() : mixed
- Constructor
- addItem() : mixed
- Add an item
- select() : mixed
- Select current item
Properties
$container
protected
mixed
$container
$items
protected
mixed
$items
$stepNumber
protected
mixed
$stepNumber
= 1
Methods
__construct()
Constructor
public
__construct() : mixed
addItem()
Add an item
public
addItem( $title[, $action = null ]) : mixed
Parameters
select()
Select current item
public
select(mixed $title) : mixed
Parameters
- $title : mixed