Exemple #1
0
 /**
  * Return the unique instance of this object.
  * @return LemonLDAP_LogLayout This unique instance of this object.
  */
 public static function getInstance ()
 {
   if (is_null(self::$_instance))
   {
     self::$_instance = new LemonLDAP_Logger();
   }
   return self::$_instance;
 }