Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Actionを管理するクラス。
このクラスを使ってActionのForwardに対応する。
[ Top ]
Class Variables
$log
[ Top ]
$_index = 0
[ Top ]
$_list = array()
[ Top ]
Class Methods
__construct
[ Top ]
add
void add(
string
$name)
[line 93]
Actionを追加する
Tags:
- access - public
Parameters:
- string $name - Actionのクラス名
[ Top ]
clear
[ Top ]
execute
[ Top ]
getCurAction
Teeple_ActionBase getCurAction(
)
[line 155]
リストの先頭のActionのインスタンスを返却
Tags:
- access - public
Parameters:
[ Top ]
getCurActionName
string getCurActionName(
)
[line 146]
現在のAction名を返却
Tags:
- return - Actionの名前
- access - public
Parameters:
[ Top ]
hasNext
[ Top ]
next
[ Top ]
setComponent_container
[ Top ]
setComponent_Teeple_ConverterManager
[ Top ]
setComponent_Teeple_Request
[ Top ]
setComponent_Teeple_Response
[ Top ]
setComponent_Teeple_ValidatorManager
[ Top ]