コード例 #1
0
ファイル: Core.php プロジェクト: puggin/pugs
 /**
  * @inheritdocs
  */
 public function get($name)
 {
     return $this->container->get($name);
 }