Exemplo n.º 1
0
 public static function hasLog()
 {
     if (!is_object(self::$_bingoLog)) {
         self::$_bingoLog = new Log(self::$_logPath);
     }
 }