コード例 #1
0
ファイル: Config.php プロジェクト: moulino/framework
 public static function get($key)
 {
     return ContainerHandler::get(self::$container, $key);
 }
コード例 #2
0
ファイル: Config.php プロジェクト: moulino/framework
 public function get($key)
 {
     return ContainerHandler::get($this->container, $key);
 }