| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
Library of functions and constants for module wiki It contains the great majority of functions defined by Moodle that are mandatory to develop a module.
| Author: | Jordi Piguillem |
| Author: | Marc Alier |
| Author: | David Jimenez |
| Author: | Josep Arus |
| Author: | Kenneth Riba |
| Copyright: | 2009 Marc Alier, Jordi Piguillem marc.alier@upc.edu |
| Copyright: | 2009 Universitat Politecnica de Catalunya http://www.upc.edu |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 303 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file mod/wiki/parser/utils.php |
wiki_parser_proxy:: (18 methods):
parse()
get_token()
get_section()
create_parser_instance()
__construct()
parse()
set_options()
process_block_rule()
block_callback()
rules()
process_tag_rule()
tag_callback()
initialize_nowiki_index()
initialize_nowiki_index_callback()
protect()
commit_nowiki_index()
commit_nowiki_index_callback()
get_token()
Class: wiki_parser_proxy - X-Ref
Generic parser implementation| parse(&$string, $type, $options = array() X-Ref |
| No description |
| get_token($name, $type) X-Ref |
| No description |
| get_section(&$string, $type, $section, $allcontent = false) X-Ref |
| No description |
| create_parser_instance($type) X-Ref |
| No description |
| __construct() X-Ref |
| No description |
| parse(&$string, $options = array() X-Ref |
| Parse function |
| set_options($options) X-Ref |
| Initialize options |
| process_block_rule($name, $block) X-Ref |
| Block processing function & callbacks |
| block_callback($match) X-Ref |
| No description |
| rules(&$text, $rules = null) X-Ref |
| Rules processing function & callback |
| process_tag_rule($name, $rule, &$text) X-Ref |
| No description |
| tag_callback($match) X-Ref |
| No description |
| initialize_nowiki_index() X-Ref |
| Special nowiki parser index |
| initialize_nowiki_index_callback($match) X-Ref |
| No description |
| protect($text) X-Ref |
| No description |
| commit_nowiki_index() X-Ref |
| No description |
| commit_nowiki_index_callback($match) X-Ref |
| No description |
| get_token($name) X-Ref |
| Get token of the parsable element $name. |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |