Moodle  2.2.1
http://www.collinsharper.com
WikiToMarkdown Class Reference

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

Detailed Description

Definition at line 52 of file wiki_to_markdown.php.


Member Function Documentation

close_block ( state)

Definition at line 61 of file wiki_to_markdown.php.

Here is the call graph for this function:

Here is the caller graph for this function:

convert ( content,
courseid 
)

Definition at line 315 of file wiki_to_markdown.php.

Here is the call graph for this function:

do_list ( line,
blank = false 
)

Definition at line 140 of file wiki_to_markdown.php.

Here is the caller graph for this function:

do_replace ( line,
mark,
tag 
)

Definition at line 89 of file wiki_to_markdown.php.

Here is the caller graph for this function:

do_replace_markdown ( line,
mark,
tag 
)

Definition at line 109 of file wiki_to_markdown.php.

Here is the caller graph for this function:

do_replace_sub ( line,
mark,
tag 
)

Definition at line 130 of file wiki_to_markdown.php.

Here is the caller graph for this function:

line_replace ( line)

Definition at line 225 of file wiki_to_markdown.php.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

$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.


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