Ejemplo n.º 1
0
 public static function GetBootLoader()
 {
     if (!isset(self::$boot)) {
         self::$boot = new GadgetBootLoader();
     }
     return self::$boot;
 }