Example #1
0
 public function _construct()
 {
     parent::_construct();
 }
Example #2
0
 /**
  * Class constructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setCanEditPrice(true);
     $this->setCanReadPrice(true);
 }