Source for file Ethna_SOAP_ActionForm.php

Documentation is available at Ethna_SOAP_ActionForm.php

  1. <?php
  2. // vim: foldmethod=marker
  3. /**
  4.  *  Ethna_SOAP_ActionForm.php
  5.  *
  6.  *  @author     Masaki Fujimoto <fujimoto@php.net>
  7.  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
  8.  *  @package    Ethna
  9.  *  @version    $Id$
  10.  */
  11.  
  12. // {{{ Ethna_SOAP_ActionForm
  13. /**
  14.  *  SOAPフォームクラス
  15.  *
  16.  *  @author     Masaki Fujimoto <fujimoto@php.net>
  17.  *  @access     public
  18.  *  @package    Ethna
  19.  */
  20. {
  21.     /**#@+
  22.      *  @access private
  23.      */
  24.  
  25.     /** @var    array   引数定義 */
  26.     var $arg array();
  27.  
  28.     /** @var    array   戻り値定義 */
  29.     var $retval array();
  30.  
  31.     /**#@-*/
  32.  
  33.     /**
  34.      *  Ethna_SOAP_ActionFormクラスのコンストラクタ
  35.      *
  36.      *  @access public
  37.      *  @param  object  Ethna_ActionError   $action_error   アクションエラーオブジェクト
  38.      */
  39.     function Ethna_SOAP_ActionForm(&$action_error)
  40.     {
  41.         $this->form =$this->arg;
  42.  
  43.         parent::Ethna_ActionForm($action_error);
  44.     }
  45. }
  46. // }}}
  47. ?>

Documentation generated on Fri, 11 Nov 2011 04:00:52 +0900 by phpDocumentor 1.4.3