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_Info __ethna_info__アクションの実装
 class Ethna_Action_UnitTest __ethna_unittest__アクションの実装
Method Summary
 Ethna_ActionClass Ethna_ActionClass ( &$backend, object Ethna_Backend $backend)
 string authenticate ()
 string perform ()
 string prepare ()
Methods
Constructor Ethna_ActionClass (line 61)

Ethna_ActionClassのコンストラクタ

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

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

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

アクション実行

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

Redefined in descendants as:
prepare (line 95)

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

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

Redefined in descendants as:

Documentation generated on Thu, 08 May 2008 00:14:17 +0900 by phpDocumentor 1.4.2