Class Ethna_Handle

Description

Manager class of Ethna (Command Line) Handlers

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


	
			
Method Summary
 static void &getAppController ([ $app_dir = null])
 static void &getEthnaController ()
 Ethna_Handle Ethna_Handle ()
 void &getHandler ( $id)
 void getHandlerList ()
 void &getMasterSetting ([$section $section = null])
 void handleError ( &$eobj)
 void _handler_sort_callback ( $a,  $b)
Methods
static getAppController (line 116)

アプリケーションのコントローラファイル/クラスを検索する

  • access: public
void &getAppController ([ $app_dir = null])
  • $app_dir
static getEthnaController (line 103)

Ethna_Controllerのインスタンスを取得する (Ethna_Handlerの文脈で呼び出されることが前提)

  • access: public
void &getEthnaController ()
Constructor Ethna_Handle (line 43)

Ethna_Handle constructor (stub for php4)

  • access: public
Ethna_Handle Ethna_Handle ()
getHandler (line 60)

get handler object

  • access: public
void &getHandler ( $id)
  • $id
getHandlerList (line 78)

get an object list of all available handlers

  • access: public
void getHandlerList ()
getMasterSetting (line 177)

Ethna 本体の設定を取得する (ethnaコマンド用)

  • access: public
void &getMasterSetting ([$section $section = null])
  • $section $section: ini ファイルの section
handleError (line 204)

Ethna コマンドでのエラーハンドリング

void handleError ( &$eobj)
  • &$eobj
_handler_sort_callback (line 89)

sort callback method

void _handler_sort_callback ( $a,  $b)
  • $a
  • $b

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