Abstract Class Ethna_Plugin_Abstract

Description

The abstract class of all plugins.

Located in /class/Plugin/Abstract.php (line 20)


	
			
Direct descendents
Class Description
 class Ethna_Plugin_Cachemanager キャッシュマネージャプラグインクラス
 class Ethna_Plugin_Handle コマンドラインハンドラプラグインの基底クラス
 class Ethna_Plugin_Csrf CSRF対策基底クラス
 class Ethna_Plugin_Validator バリデータプラグインの基底クラス
 class Ethna_Plugin_Logwriter ログ出力基底クラス
 class Ethna_Plugin_Filter プラグインフィルタ基底クラス
 class Ethna_Plugin_Urlhandler Urlhandlerプラグインの基底クラス
 class Ethna_Plugin_Generator スケルトン生成プラグイン
Variable Summary
 mixed $action_form
 mixed $af
 mixed $backend
 mixed $config
 mixed $controller
 mixed $ctl
 mixed $logger
 mixed $name
 mixed $session
 mixed $type
Method Summary
 Ethna_Plugin_Abstract __construct (object Ethna_Controller $controller, [ $type = null], [ $name = null])
 array getConfig ()
 void getName ()
 void getType ()
 void _detectName ([ $name = null])
 void _detectType ([ $type = null])
 void _load ()
 void _loadConfig ()
Variables
mixed $action_form (line 40)
  • access: protected
mixed $af (line 41)
  • access: protected
mixed $backend (line 37)
  • access: protected
mixed $config (line 47)
  • access: protected
mixed $config_default = array() (line 50)
  • access: protected

Redefined in descendants as:
mixed $controller (line 33)
  • access: protected
mixed $ctl (line 34)
  • access: protected
mixed $logger (line 53)
  • access: protected
mixed $name = null (line 30)
  • access: protected
mixed $session (line 44)
  • access: protected
mixed $type = null (line 27)
  • access: protected
Methods
Constructor __construct (line 61)

Constructor

  • access: public
Ethna_Plugin_Abstract __construct (object Ethna_Controller $controller, [ $type = null], [ $name = null])

Redefined in descendants as:
getConfig (line 116)

getConfig

  • access: public
array getConfig ()
getName (line 106)

getType

  • access: public
void getName ()
getType (line 96)

getType

  • access: public
void getType ()
_detectName (line 182)

_detectName

  • access: protected
void _detectName ([ $name = null])
  • $name
_detectType (line 162)

_detectType

  • access: protected
void _detectType ([ $type = null])
  • $type
_load (line 126)

_load

  • access: protected
void _load ()

Redefined in descendants as:
_loadConfig (line 135)

_loadConfig

  • access: protected
void _loadConfig ()

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