Class Ethna_Config

Description

設定クラス

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


	
			
Method Summary
 Ethna_Config Ethna_Config (object Ethna_Controller &$controller)
 string get ([string $key = null])
 void set (string $key, string $value)
 mixed update ()
Methods
Constructor Ethna_Config (line 41)

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

  • access: public
Ethna_Config Ethna_Config (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:59:25 +0900 by phpDocumentor 1.4.3