コード例 #1
0
ファイル: booter.php プロジェクト: albertpaulp/PrettyBoot
 public static function getInstance()
 {
     if (!self::$_singleton) {
         self::$_singleton = new Booter();
     }
     return self::$_singleton;
 }