Example #1
0
 public static function getDatabaseHandler()
 {
     if (null === self::$databaseHandler) {
         self::$databaseHandler = new DatabaseHandler(self::$em);
     }
     return self::$databaseHandler;
 }