|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| close_block ($state) | |
| do_replace ($line, $mark, $tag) | |
| do_replace_markdown ($line, $mark, $tag) | |
| do_replace_sub ($line, $mark, $tag) | |
| do_list ($line, $blank=false) | |
| line_replace ($line) | |
| convert ($content, $courseid) | |
Data Fields | |
| $block_state | |
| $list_state | |
| $list_depth | |
| $list_backtrack | |
| $output | |
| $courseid | |
Definition at line 52 of file wiki_to_markdown.php.
| close_block | ( | $ | state | ) |
Definition at line 61 of file wiki_to_markdown.php.


| convert | ( | $ | content, |
| $ | courseid | ||
| ) |
| do_list | ( | $ | line, |
| $ | blank = false |
||
| ) |
| do_replace | ( | $ | line, |
| $ | mark, | ||
| $ | tag | ||
| ) |
| do_replace_markdown | ( | $ | line, |
| $ | mark, | ||
| $ | tag | ||
| ) |
| do_replace_sub | ( | $ | line, |
| $ | mark, | ||
| $ | tag | ||
| ) |
| line_replace | ( | $ | line | ) |
Definition at line 225 of file wiki_to_markdown.php.


| $block_state |
Definition at line 54 of file wiki_to_markdown.php.
Definition at line 59 of file wiki_to_markdown.php.
| $list_backtrack |
Definition at line 57 of file wiki_to_markdown.php.
| $list_depth |
Definition at line 56 of file wiki_to_markdown.php.
| $list_state |
Definition at line 55 of file wiki_to_markdown.php.
| $output |
Definition at line 58 of file wiki_to_markdown.php.