Class Ethna_ActionClass

Description

action実行クラス

Located in /class/Ethna_ActionClass.php (line 20)


	
			
Direct descendents
Class Description
 class Ethna_CLI_ActionClass コマンドラインaction実行クラス
 class Ethna_Action_UnitTest __ethna_unittest__アクションの実装
 class Ethna_Action_Info __ethna_info__アクションの実装
Method Summary
 Ethna_ActionClass Ethna_ActionClass ( &$backend, object Ethna_Backend $backend)
 string authenticate ()
 string perform ()
 string prepare ()
Methods
Constructor Ethna_ActionClass (line 64)

Ethna_ActionClassのコンストラクタ

  • access: public
Ethna_ActionClass Ethna_ActionClass ( &$backend, object Ethna_Backend $backend)
authenticate (line 88)

アクション実行前の認証処理を行う

  • return: 遷移名(nullなら正常終了, falseなら処理終了)
  • access: public
string authenticate ()
perform (line 110)

アクション実行

  • return: 遷移名(nullなら遷移は行わない)
  • access: public
string perform ()

Redefined in descendants as:
prepare (line 99)

アクション実行前の処理(フォーム値チェック等)を行う

  • return: 遷移名(nullなら正常終了, falseなら処理終了)
  • access: public
string prepare ()

Redefined in descendants as:

Documentation generated on Fri, 11 Nov 2011 03:58:58 +0900 by phpDocumentor 1.4.3