コード例 #1
0
 /**
  * Init product attributes
  */
 public function __construct()
 {
     $this->product_attributes = new MEPrice__ProductAttribute();
     parent::__construct();
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->attributes = new MEPrice__Attribute();
 }
コード例 #3
0
 public function __construct()
 {
     $this->combinations = new MEPrice__Combination();
     parent::__construct();
 }