예제 #1
0
 /**
  * Contructor
  *
  * @param  void
  * @return void
  */
 public function __construct($sId)
 {
     parent::__construct($sId);
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     //$this->setAllowMultiple(0);
     $this->setTrackInventory(0);
 }