Exemple #1
0
 /**
  * Construct
  *
  * @return \CDEC
  */
 function __construct()
 {
     $this->domain = "PCD";
     $this->type = "DEC";
     $this->_categories = array("PDC-01" => self::$transaction_pcdO1);
     parent::__construct();
 }
Exemple #2
0
 /**
  * Construct
  *
  * @return \CPIX
  */
 function __construct()
 {
     $this->domain = "ITI";
     $this->type = "PIX";
     $this->_categories = array("ITI-9" => self::$transaction_iti9);
     parent::__construct();
 }
Exemple #3
0
 /**
  * Construct
  *
  * @return CSVS
  */
 function __construct()
 {
     $this->domain = "ITI";
     $this->type = "SVS";
     $this->_categories = array("ITI-48" => self::$transaction_iti48, "ITI-60" => self::$transaction_iti60);
     parent::__construct();
 }
Exemple #4
0
 /**
  * Construct
  *
  * @return CPDQ
  */
 function __construct()
 {
     $this->domain = "ITI";
     $this->type = "PDQ";
     $this->_categories = array("ITI-21" => self::$transaction_iti21, "ITI-22" => self::$transaction_iti22);
     parent::__construct();
 }
Exemple #5
0
 /**
  * Construct
  *
  * @return \CPAM
  */
 function __construct()
 {
     $this->domain = "ITI";
     $this->type = "PAM";
     $this->_categories = array("ITI-30" => self::$transaction_iti30, "ITI-31" => self::$transaction_iti31);
     parent::__construct();
 }
Exemple #6
0
 /**
  * Construct
  *
  * @return CSWF
  */
 function __construct()
 {
     $this->domain = "RAD";
     $this->type = "SWF";
     $this->_categories = array("RAD-3" => self::$transaction_rad3, "RAD-48" => self::$transaction_rad48);
     parent::__construct();
 }
Exemple #7
0
 /**
  * Construct
  *
  * @return CXDSb
  */
 function __construct()
 {
     $this->domain = "ITI";
     $this->type = "XDSb";
     $this->_categories = array("ITI-41" => self::$interaction_ITI41, "ITI-18" => self::$interaction_ITI18, "ITI-57" => self::$interaction_ITI57, "ITI-43" => self::$interaction_ITI43);
     parent::__construct();
 }