예제 #1
0
 /**
  * Sets e-conomic settings.
  *
  * @access public
  */
 public function setSettings($a)
 {
     parent::setSettings($a);
 }
예제 #2
0
 /**
  * Sets e-conomic settings.
  *
  * @access public
  */
 public function setSettings($a)
 {
     $this->setAgreement($a['agreement']);
     $this->setProduct($a['product']);
     $this->setTerms($a['terms']);
     $this->setLayout($a['layout']);
     $this->setCode($a['code']);
     parent::setSettings($a);
 }