Class Ethna_Handle

Description

Manager class of Ethna (Command Line) Handlers

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


	
			
Variable Summary
 mixed $controller
 mixed $ctl
 mixed $plugin
Method Summary
 static void getAppController ([ $app_dir = null])
 static void getEthnaController ()
 static void getMasterSetting ([$section $section = null])
 static void handleError ( $eobj)
 static void _handler_sort_callback ( $a,  $b)
 Ethna_Handle __construct ()
 void getHandler ( $id)
 void getHandlerList ()
Variables
mixed $controller (line 27)
  • access: protected
mixed $ctl (line 30)
  • access: protected
mixed $plugin (line 33)
  • access: protected
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 ()
static getMasterSetting (line 177)

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

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

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

  • access: public
void handleError ( $eobj)
  • $eobj
static _handler_sort_callback (line 89)

sort callback method

  • access: public
void _handler_sort_callback ( $a,  $b)
  • $a
  • $b
Constructor __construct (line 43)

Ethna_Handle constructor

  • access: public
Ethna_Handle __construct ()
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 ()

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