예제 #1
0
파일: Import.php 프로젝트: aiesh/magento2
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setType('file');
 }
예제 #2
0
 /**
  * Constructor helper
  *
  * @return void
  */
 public function _construct()
 {
     parent::_construct();
     $this->setCssClass('element-' . self::CONTROL_TYPE);
 }
예제 #3
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
 }
예제 #4
0
 protected function _construct()
 {
     parent::_construct();
     $this->setNoWrapAsAddon(true);
 }