예제 #1
0
파일: Core.php 프로젝트: puggin/pugs
 /**
  * @inheritdocs
  */
 public function set($name, $object)
 {
     $this->container->set($name, $object);
 }