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