Beispiel #1
0
 public static function &getContainer($root = '.', $dirs = NULL)
 {
     if (self::$container == NULL) {
         self::$container = new Metrodi_Container($root, $dirs);
     }
     return self::$container;
 }