예제 #1
0
파일: Edit.php 프로젝트: cewolf2002/magento
 public function __construct()
 {
     parent::__construct();
     $this->_mode = 'edit';
 }
예제 #2
0
파일: Edit.php 프로젝트: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->_mode = 'edit';
 }