コード例 #1
0
ファイル: Cgfile.php プロジェクト: Eximagen/BulletMagento
 public function _construct()
 {
     parent::_construct();
 }
コード例 #2
0
ファイル: Select.php プロジェクト: natxetee/magento2
 /**
  * Class constructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setCanEditPrice(true);
     $this->setCanReadPrice(true);
 }