Property | Type | Description | |
---|---|---|---|
$content | |||
$ctx |
Method | Description | |
---|---|---|
__construct ( $content = NULL ) | ||
format ( ) | ||
setContent ( $content = NULL ) |
Method | Description | |
---|---|---|
comment_filter ( $line ) | ||
error ( $s ) | ||
fmt_cell ( $s ) | ||
fmt_cell_head ( $s ) | ||
fmt_code ( $s ) | ||
fmt_comment ( $s ) | ||
fmt_emph ( $s ) | ||
fmt_error ( $s ) | ||
fmt_heading ( $level, $s ) | ||
fmt_image ( $ref, $width, $height ) | ||
fmt_labeled_link ( $ref, $user_label ) | ||
fmt_link ( $ref, $label ) | * Auto-generated vs. user-provided label | |
fmt_list ( $items ) | ||
fmt_listitem ( $s ) | ||
fmt_page ( $blocks ) | Parsing bits prototypes {{{1 | |
fmt_par ( $s ) | ||
fmt_plain ( $s ) | * fmt_plain() gets unchecked user input. If necessary, it should perform whitespace conversion and escaping of special characters. | |
fmt_row ( $cells ) | ||
fmt_strong ( $s ) | ||
fmt_sublist ( $items ) | ||
fmt_table ( $rows ) | ||
mklink ( $target, $label = NULL ) | ||
parse_block ( $in ) | ||
parse_link ( $in, &$a ) | ||
parse_list ( $in ) | ||
parse_page ( $in ) | ||
parse_par ( $in, &$a, $ctx = 'par' ) | ||
parse_special ( $in ) | ||
parse_table ( $in ) | ||
parse_table_row ( $in, &$a ) |
abstract protected fmt_labeled_link ( $ref, $user_label ) |
protected fmt_link ( $ref, $label ) |
protected fmt_plain ( $s ) |