Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

(no description)

File Size: 112 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 mod/wiki/parser/markups/nwiki.php

Defines 1 class


Class: html_parser  - X-Ref

HTML parser implementation. It only implements links.

__construct()   X-Ref
No description

find_min_header_level($text)   X-Ref
Find minimum header level used on the page (<h1>, <h3>, ...)

return: int
param: string $text

before_parsing()   X-Ref
No description

header_tag_rule($match)   X-Ref
Header tag rule

return: string
param: array $match Header regex match

get_section($header, $text, $clean = false)   X-Ref
Section editing: Special for HTML Parser (It parses <h1></h1>)


get_repeated_sections(&$text, $repeated = array()   X-Ref
No description

get_repeated_sections_callback($match)   X-Ref
No description