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.

(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>, ...)

param: string $text
return: int

before_parsing()   X-Ref
No description

header_tag_rule($match)   X-Ref
Header tag rule

param: array $match Header regex match
return: string

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