Class TGMDK_Transaction

Description

PHP版トランザクション実行処理管理クラス

  • author: VeriTrans Inc.
  • copyright: VeriTrans Inc.
  • access: public

Located in /TGMDK_Transaction.php (line 16)


	
			
Class Constant Summary
Method Summary
TGMDK_Transaction __construct ()
mixed execute (MdkBaseDto $requestDto, [array $props = null])
Methods
Constructor __construct (line 44)

コンストラクタ。

ロガーを取得する。

  • access: public
TGMDK_Transaction __construct ()
execute (line 59)

リクエストDTOから呼び出すパラメータを作成して送信し、 結果をレスポンスDTOに格納して返す。

  • return: リクエストDTOに紐付くレスポンスDTO
  • access: public
mixed execute (MdkBaseDto $requestDto, [array $props = null])
  • MdkBaseDto $requestDto: 処理を行う各リクエストDTO
  • array $props: マルチマーチャント用設定内容
Class Constants
DUMMY_SERVER = "test" (line 38)

ダミー処理サーバURL付与文字列

ENCODE_BASE_64_ENCODE = 2 (line 24)

エンコードの種類を示す定数:Base64Encode

ENCODE_ENCRYPTION = 1 (line 22)

エンコードの種類を示す定数:暗号化

ENCODE_HTML_ENCODE = 3 (line 26)

エンコードの種類を示す定数:HTMLEncode

ENCODE_NON = 0 (line 28)

エンコードの種類を示す定数:エンコードの必要なし

HYPHEN = "-" (line 32)

URLの区切り文字

SEARCH_SERVER = "search" (line 36)

検索処理サーバURL付与文字列

SERVICE_COMMAND_SEARCH = "Search" (line 34)

サービスコマンド:Search

SLASH = "/" (line 30)

URLの区切り文字

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