Class: Teeple_FilterChain

Source Location: /FilterChain.php

Class Overview [line 23]


Filterを保持するクラス

Author(s):

Version:

Copyright:

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods



Class Details

Filterを保持するクラス

[ Top ]


Class Variables

$log

[line 46]

Tags:

  • access - protected

Type: Logger

Overrides:

[ Top ]

$_index =  -1

[line 41]

現在実行されているFilterの位置を保持する

Tags:

  • access - protected

Type: int

Overrides:

[ Top ]

$_list = array()

[line 29]

Filterを保持する

Tags:

  • access - protected

Type: array

Overrides:

[ Top ]

$_position = array()

[line 35]

Filterの位置を保持する

Tags:

  • access - protected

Type: array

Overrides:

[ Top ]


Class Methods

__construct

Teeple_FilterChain __construct( )

[line 69]

コンストラクタ

Tags:

  • access - public

Parameters:

[ 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

void clear( )

[line 123]

FilterChainをクリア

Tags:

  • access - public

Parameters:

[ Top ]

completeAction

void completeAction( )

[line 202]

Actionの完了をセットします。

Tags:

  • access - public

Parameters:

[ Top ]

completeResponse

void completeResponse( )

[line 210]

Responseの完了をセットします。

Tags:

  • access - public

Parameters:

[ 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

boolean isCompleteAction( )

[line 218]

Actionが完了したかどうか?

Tags:

  • access - public

Parameters:

[ Top ]

isCompleteResponse

boolean isCompleteResponse( )

[line 226]

Responseが完了したかどうか?

Tags:

  • access - public

Parameters:

[ Top ]

setComponent_container

void setComponent_container( $c)

[line 53]

Tags:

  • access - public

Parameters:

  • $c -

[ Top ]

setComponent_Teeple_Request

void setComponent_Teeple_Request( $c)

[line 61]

Tags:

  • access - public

Parameters:

  • $c -

[ Top ]


Class Constants


Documentation generated on Mon, 26 Apr 2010 08:59:49 +0900 by phpDocumentor 1.4.3