Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Filterを保持するクラス
[ Top ]
Class Variables
$log
[ Top ]
$_index = -1
[ Top ]
$_list = array()
[ Top ]
$_position = array()
[ Top ]
Class Methods
__construct
[ Top ]
add
void add(
string
$name, [string
$alias = ''], [array
$attributes = NULL])
[line 80]
FilterChainの最後にFilterを追加
Tags:
- access - public
Parameters:
- string $name - Filterのクラス名
- string $alias - Filterのエイリアス名
- array $attributes - Filterの属性値
[ Top ]
build
void build(
[string
$configfile = TEEPLE_FILTER_CONFIG])
[line 144]
FilterChainを組み立てる
Tags:
- access - public
Parameters:
- string $configfile -
[ Top ]
clear
[ Top ]
completeAction
[ Top ]
completeResponse
[ Top ]
execute
void execute(
)
[line 179]
FilterChainの中の次のFilterを実行
このメソッドはクラスメソッド
Tags:
- since - 3.0.0
- access - public
Parameters:
[ Top ]
getSize
integer getSize(
)
[line 135]
FilterChainの長さを返却
Tags:
- return - FilterChainの長さ
- access - public
Parameters:
[ Top ]
isCompleteAction
[ Top ]
isCompleteResponse
[ Top ]
setComponent_container
[ Top ]
setComponent_Teeple_Request
[ Top ]