Moodle  2.2.1
http://www.collinsharper.com
nwiki_parser Class Reference
Inheritance diagram for nwiki_parser:
Collaboration diagram for nwiki_parser:

Protected Member Functions

 after_parsing ()
 header_block_rule ($match)
 table_block_rule ($match)
 tab_paragraph_block_rule ($match)
 desc_list_block_rule ($match)
 italic_tag_rule ($match)
 link_tag_rule ($match)
 url_tag_tag_rule ($match)
 url_tag_rule ($match)
 image_tag_rule ($match)
 attach_tag_rule ($match)

Protected Attributes

 $blockrules
 $tagrules

Detailed Description

Definition at line 14 of file nwiki.php.


Member Function Documentation

after_parsing ( ) [protected]

Reimplemented from wiki_markup_parser.

Definition at line 97 of file nwiki.php.

attach_tag_rule ( match) [protected]

Definition at line 244 of file nwiki.php.

Here is the call graph for this function:

desc_list_block_rule ( match) [protected]

Definition at line 167 of file nwiki.php.

Here is the call graph for this function:

header_block_rule ( match) [protected]

Block hooks

Definition at line 105 of file nwiki.php.

Here is the call graph for this function:

image_tag_rule ( match) [protected]

Attachments & images

Definition at line 240 of file nwiki.php.

Here is the call graph for this function:

italic_tag_rule ( match) [protected]

Tag functions Bold and italic similar to creole...

Definition at line 191 of file nwiki.php.

Here is the call graph for this function:

link_tag_rule ( match) [protected]

Link tag functions

Definition at line 209 of file nwiki.php.

Here is the call graph for this function:

tab_paragraph_block_rule ( match) [protected]

Definition at line 156 of file nwiki.php.

Here is the call graph for this function:

table_block_rule ( match) [protected]

Definition at line 115 of file nwiki.php.

Here is the call graph for this function:

url_tag_rule ( match) [protected]

Definition at line 229 of file nwiki.php.

Here is the call graph for this function:

url_tag_tag_rule ( match) [protected]

Definition at line 213 of file nwiki.php.

Here is the call graph for this function:


Field Documentation

$blockrules [protected]

Reimplemented from generic_parser.

Reimplemented in html_parser.

Definition at line 16 of file nwiki.php.

$tagrules [protected]

Reimplemented from generic_parser.

Definition at line 57 of file nwiki.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations