Ejemplo n.º 1
0
 /**
  * Disables logging to memory
  */
 private static function disable_memory()
 {
     if (!self::$log_memory) {
         return;
     }
     self::$log_memory = false;
 }