/**
  * Init product attributes
  */
 public function __construct()
 {
     $this->product_attributes = new MEPrice__ProductAttribute();
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->attributes = new MEPrice__Attribute();
 }
 public function __construct()
 {
     $this->combinations = new MEPrice__Combination();
     parent::__construct();
 }