PHP Class eMarkupText, ewiki

Inheritance: extends eMarkup
Show file Open project: patrikf/ewiki

Protected Methods

Method Description
fmt_cell ( $s )
fmt_emph ( $s )
fmt_heading ( $level, $s )
fmt_labeled_link ( $url, $label )
fmt_link ( $url, $label )
fmt_list ( $items )
fmt_listitem ( $s )
fmt_par ( $s )
fmt_row ( $cells )
fmt_strong ( $s )
fmt_table ( $rows )

Method Details

fmt_cell() protected method

protected fmt_cell ( $s )

fmt_emph() protected method

protected fmt_emph ( $s )

fmt_heading() protected method

protected fmt_heading ( $level, $s )

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_row() protected method

protected fmt_row ( $cells )

fmt_strong() protected method

protected fmt_strong ( $s )

fmt_table() protected method

protected fmt_table ( $rows )