Example #1
0
 /**
  * {@inheritdoc}
  */
 public function get($path)
 {
     if ($this->config === null) {
         throw new \RuntimeException('Config file not loaded');
     }
     return $this->config->get($path);
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function get($name)
 {
     return $this->data->get($name);
 }