Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function set($key, $value)
 {
     $this->config->set($key, $value);
     return $this;
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function set($name, $value = null)
 {
     $this->data->set($name, $value);
 }