Beispiel #1
0
 public static function getInstance()
 {
     if (!self::$pInstance) {
         self::$pInstance = new FinalTilesDB();
     }
     return self::$pInstance;
 }