示例#1
0
 /**
  * Class constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setCanEditPrice(true);
     $this->setCanReadPrice(true);
 }