PHP Class eMarkupXHTML, ewiki

Inheritance: extends eMarkup
Show file Open project: patrikf/ewiki Class Usage Examples

Protected Methods

Method Description
fmt_cell ( $s )
fmt_cell_head ( $s )
fmt_code ( $s )
fmt_emph ( $s )
fmt_error ( $s )
fmt_heading ( $level, $s )
fmt_image ( $ref, $width, $height ) * specific to eWiki
fmt_labeled_link ( $url, $label, $new = FALSE )
fmt_list ( $items )
fmt_listitem ( $s )
fmt_par ( $s )
fmt_plain ( $s )
fmt_row ( $cells )
fmt_strong ( $s )
fmt_sublist ( $items )
fmt_table ( $rows )
mklink ( $ref, $label = NULL )

Method Details

fmt_cell() protected method

protected fmt_cell ( $s )

fmt_cell_head() protected method

protected fmt_cell_head ( $s )

fmt_code() protected method

protected fmt_code ( $s )

fmt_emph() protected method

protected fmt_emph ( $s )

fmt_error() protected method

protected fmt_error ( $s )

fmt_heading() protected method

protected fmt_heading ( $level, $s )

fmt_image() protected method

* specific to eWiki
protected fmt_image ( $ref, $width, $height )

fmt_list() protected method

protected fmt_list ( $items )

fmt_listitem() protected method

protected fmt_listitem ( $s )

fmt_par() protected method

protected fmt_par ( $s )

fmt_plain() protected method

protected fmt_plain ( $s )

fmt_row() protected method

protected fmt_row ( $cells )

fmt_strong() protected method

protected fmt_strong ( $s )

fmt_sublist() protected method

protected fmt_sublist ( $items )

fmt_table() protected method

protected fmt_table ( $rows )