Example #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_oDb = new BxDolPaymentsQuery();
     $this->_aObjects = $this->_oDb->getObjects();
     $this->_sActiveUri = getParam('sys_default_payment');
 }
Example #2
0
 /**
  * Constructor
  * @param $aObject array of member info options
  */
 public function __construct($aObject)
 {
     parent::__construct();
     $this->_sObject = $aObject['object'];
     $this->_aObject = $aObject;
 }