Esempio n. 1
0
 /**
  * @param string $item
  *
  * @return \Kegi\Dictionary\Storage\Node\NodeInterface
  * @throws FileSystemException
  */
 public function get($item)
 {
     if (!$this->isLoaded()) {
         $this->load();
     }
     return parent::get($item);
 }