예제 #1
0
 /**
  * Class constructor.
  *
  * @param $mapperKeys
  * @param null $mapperSoftCredit
  * @param null $mapperPhoneType
  * @param null $mapperSoftCreditType
  */
 public function __construct(&$mapperKeys, $mapperSoftCredit = NULL, $mapperPhoneType = NULL, $mapperSoftCreditType = NULL)
 {
     parent::__construct();
     $this->_mapperKeys =& $mapperKeys;
     $this->_mapperSoftCredit =& $mapperSoftCredit;
     $this->_mapperSoftCreditType =& $mapperSoftCreditType;
 }
예제 #2
0
 /**
  * class constructor
  */
 function __construct(&$mapperKeys, $mapperSoftCredit = null, $mapperPhoneType = null)
 {
     parent::__construct();
     $this->_mapperKeys =& $mapperKeys;
     $this->_mapperSoftCredit =& $mapperSoftCredit;
 }