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
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__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.