예제 #1
0
파일: Extended.php 프로젝트: nja78/magento2
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_emptyText = __('We couldn\'t find any records.');
     $this->_directory = $this->_filesystem->getDirectoryWrite(DirectoryList::VAR_DIR);
 }
예제 #2
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_emptyText = __('We couldn\'t find any records.');
     $this->_directory = $this->_filesystem->getDirectoryWrite(\Magento\Framework\App\Filesystem::VAR_DIR);
 }