PHP Class eMarkupXHTML, ewiki

Inheritance: extends eMarkup
Afficher le fichier Open project: patrikf/ewiki Class Usage Examples

Méthodes protégées

Méthode 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 méthode

protected fmt_cell ( $s )

fmt_cell_head() protected méthode

protected fmt_cell_head ( $s )

fmt_code() protected méthode

protected fmt_code ( $s )

fmt_emph() protected méthode

protected fmt_emph ( $s )

fmt_error() protected méthode

protected fmt_error ( $s )

fmt_heading() protected méthode

protected fmt_heading ( $level, $s )

fmt_image() protected méthode

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

fmt_list() protected méthode

protected fmt_list ( $items )

fmt_listitem() protected méthode

protected fmt_listitem ( $s )

fmt_par() protected méthode

protected fmt_par ( $s )

fmt_plain() protected méthode

protected fmt_plain ( $s )

fmt_row() protected méthode

protected fmt_row ( $cells )

fmt_strong() protected méthode

protected fmt_strong ( $s )

fmt_sublist() protected méthode

protected fmt_sublist ( $items )

fmt_table() protected méthode

protected fmt_table ( $rows )