示例#1
0
文件: Core.php 项目: puggin/pugs
 /**
  * @inheritdocs
  */
 public function set($name, $object)
 {
     $this->container->set($name, $object);
 }