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