Class Ethna_Config

Description

設定クラス

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


	
			
Variable Summary
 mixed $config
 mixed $controller
Method Summary
 Ethna_Config __construct (object Ethna_Controller $controller)
 string get ([string $key = null])
 void set (string $key, string $value)
 mixed update ()
Variables
mixed $config = null (line 30)
  • access: public
mixed $controller (line 27)
  • access: protected
Methods
Constructor __construct (line 41)

Ethna_Configクラスのコンストラクタ

  • access: public
Ethna_Config __construct (object Ethna_Controller $controller)
get (line 63)

設定値へのアクセサ(R)

  • return: 設定値
  • access: public
string get ([string $key = null])
  • string $key: 設定項目名
set (line 81)

設定値へのアクセサ(W)

  • access: public
void set (string $key, string $value)
  • string $key: 設定項目名
  • string $value: 設定値
update (line 92)

設定ファイルを更新する

  • return: 0:正常終了 Ethna_Error:エラー
  • access: public
mixed update ()

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