Class Ethna

Description

Ethnaフレームワーククラス

Located in /Ethna.php (line 309)

PEAR
   |
   --Ethna
Method Summary
 static void clearErrorCallback ()
 static void handleError (object Ethna_Error &$error)
 static void &raiseError (string $message, [int $code = E_GENERAL])
 static void &raiseNotice (string $message, [int $code = E_GENERAL])
 static void &raiseWarning (string $message, [int $code = E_GENERAL])
 static void setErrorCallback (mixed $callback)
Methods
static clearErrorCallback (line 395)

エラー発生時の(フレームワークとしての)コールバック関数をクリアする

  • access: public
void clearErrorCallback ()
static handleError (line 407)

エラー発生時の処理を行う(コールバック関数/メソッドを呼び出す)

  • access: public
void handleError (object Ethna_Error &$error)
static raiseError (line 325)

Ethna_Errorオブジェクトを生成する(エラーレベル:E_USER_ERROR)

  • access: public
void &raiseError (string $message, [int $code = E_GENERAL])
  • string $message: エラーメッセージ
  • int $code: エラーコード
static raiseNotice (line 365)

Ethna_Errorオブジェクトを生成する(エラーレベル:E_USER_NOTICE)

  • access: public
void &raiseNotice (string $message, [int $code = E_GENERAL])
  • string $message: エラーメッセージ
  • int $code: エラーコード
static raiseWarning (line 345)

Ethna_Errorオブジェクトを生成する(エラーレベル:E_USER_WARNING)

  • access: public
void &raiseWarning (string $message, [int $code = E_GENERAL])
  • string $message: エラーメッセージ
  • int $code: エラーコード
static setErrorCallback (line 384)

エラー発生時の(フレームワークとしての)コールバック関数を設定する

  • access: public
void setErrorCallback (mixed $callback)
  • mixed $callback: string:コールバック関数名 array:コールバッククラス(名|オブジェクト)+メソッド名

Documentation generated on Thu, 08 May 2008 00:14:16 +0900 by phpDocumentor 1.4.2