예제 #1
0
파일: Config.php 프로젝트: anroots/pgca
 /**
  * {@inheritdoc}
  */
 public function set($key, $value)
 {
     $this->config->set($key, $value);
     return $this;
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function remove($name)
 {
     $this->data->remove($name);
 }