Class TGMDK_ErrorMessage

Description

TGMDK_ErrorMessage 管理クラス

エラーメッセージを取得し管理するクラス

  • copyright: VeriTrans Inc.

Located in /TGMDK_ErrorMessage.php (line 15)


	
			
Class Constant Summary
UNKNOWN = "-01"
Method Summary
static mixed getInstance ([string $msg_filename = null])
static void __reset ()
mixed|string getMessage (mixed $messageId)
Methods
static method getInstance (line 57)

TGMDK_ErrorMessageクラスの静的なインスタンスを取得する

  • return: TGMDK_ErrorMessageクラスのインスタンス
  • access: public
static mixed getInstance ([string $msg_filename = null])
  • string $msg_filename: メッセージプロパティファイルパス
static method __reset (line 122)

静的なインスタンスを破棄する(単体テスト用)

  • access: public
static void __reset ()
getMessage (line 72)

エラーメッセージを取得する

  • return: 取得したメッセージ
  • access: public
mixed|string getMessage (mixed $messageId)
  • mixed $messageId: メッセージID
Class Constants
UNKNOWN = "-01" (line 19)

エラー文字列が見つからない場合に返す文字列

Documentation generated on Tue, 12 Mar 2024 14:05:21 +0900 by phpDocumentor 1.4.4