Exemplo n.º 1
0
 /**
  * Instantiates filesystem directory
  *
  * @return \Magento\Framework\Filesystem\Directory\ReadInterface
  */
 protected function getRootDirectory()
 {
     if (null === $this->directory) {
         $this->directory = $this->_filesystem->getDirectoryRead(DirectoryList::ROOT);
     }
     return $this->directory;
 }