Source for file Ethna_SOAP_Gateway.php
Documentation is available at Ethna_SOAP_Gateway.php
// vim: foldmethod=marker
* @author Masaki Fujimoto <fujimoto@php.net>
* @license http://www.opensource.org/licenses/bsd-license.php The BSD License
// {{{ Ethna_SOAP_Gateway
* @author Masaki Fujimoto <fujimoto@php.net>
/** @var object Ethna_Controller controllerオブジェクト */
* Ethna_SOAP_Gatewayクラスのコンストラクタ
* @return array アプリケーション設定値一覧
return $action_form->app_vars;
* @return int エラーコード(nullならエラー無し)
if ($action_error->count() ==
0) {
$error_list =
$action_error->getErrorList();
$error =
& $error_list[0];
return $error->getCode();
* @return string エラーメッセージ(nullならエラー無し)
if ($action_error->count() ==
0) {
$message_list =
$action_error->getMessageList();
$message =
$message_list[0];
Documentation generated on Fri, 11 Nov 2011 04:00:53 +0900 by phpDocumentor 1.4.3