示例#1
0
 /**
  * {@inheritdoc}
  */
 public function addHandler(Handler $handler)
 {
     $this->config->addHandler($handler);
     return $this;
 }