Ejemplo n.º 1
0
 /**
  * Init product attributes
  */
 public function __construct()
 {
     $this->product_attributes = new MEPrice__ProductAttribute();
     parent::__construct();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->attributes = new MEPrice__Attribute();
 }
 public function __construct()
 {
     $this->combinations = new MEPrice__Combination();
     parent::__construct();
 }