Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

general.php

Author: Moxiecode
Copyright: Copyright � 2007, Moxiecode Systems AB, All rights reserved.
File Size: 98 lines (2 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 4 files
 lib/editor/tinymce/plugins/spellchecker/classes/utils/Logger.php
 lib/editor/tinymce/plugins/spellchecker/config.php
 lib/editor/tinymce/plugins/spellchecker/classes/SpellChecker.php
 lib/editor/tinymce/plugins/spellchecker/classes/utils/JSON.php

Defines 7 functions

  getRequestParam()
  getLogger()
  debug()
  info()
  xx_error()
  warn()
  fatal()

Functions that are not part of a class:

getRequestParam($name, $default_value = false)   X-Ref
Returns an request value by name without magic quoting.

param: String $name Name of parameter to get.
param: String $default_value Default value to return if value not found.
return: String request value by name without magic quoting or default value.

getLogger()   X-Ref
No description

debug($msg)   X-Ref
No description

info($msg)   X-Ref
No description

xx_error($msg)   X-Ref
No description

warn($msg)   X-Ref
No description

fatal($msg)   X-Ref
No description