PHP Класс eMarkup, ewiki

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$content
$ctx

Открытые методы

Метод Описание
__construct ( $content = NULL )
format ( )
setContent ( $content = NULL )

Защищенные методы

Метод Описание
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 )

Описание методов

__construct() публичный Метод

public __construct ( $content = NULL )

comment_filter() защищенный статический Метод

protected static comment_filter ( $line )

error() защищенный Метод

protected error ( $s )

fmt_cell() абстрактный защищенный Метод

abstract protected fmt_cell ( $s )

fmt_cell_head() защищенный Метод

protected fmt_cell_head ( $s )

fmt_code() защищенный Метод

protected fmt_code ( $s )

fmt_comment() защищенный Метод

protected fmt_comment ( $s )

fmt_emph() абстрактный защищенный Метод

abstract protected fmt_emph ( $s )

fmt_error() защищенный Метод

protected fmt_error ( $s )

fmt_heading() абстрактный защищенный Метод

abstract protected fmt_heading ( $level, $s )

fmt_image() защищенный Метод

protected fmt_image ( $ref, $width, $height )

fmt_list() абстрактный защищенный Метод

abstract protected fmt_list ( $items )

fmt_listitem() абстрактный защищенный Метод

abstract protected fmt_listitem ( $s )

fmt_page() защищенный Метод

Parsing bits prototypes {{{1
protected fmt_page ( $blocks )

fmt_par() абстрактный защищенный Метод

abstract protected fmt_par ( $s )

fmt_plain() защищенный Метод

* fmt_plain() gets unchecked user input. If necessary, it should perform whitespace conversion and escaping of special characters.
protected fmt_plain ( $s )

fmt_row() абстрактный защищенный Метод

abstract protected fmt_row ( $cells )

fmt_strong() абстрактный защищенный Метод

abstract protected fmt_strong ( $s )

fmt_sublist() защищенный Метод

protected fmt_sublist ( $items )

fmt_table() абстрактный защищенный Метод

abstract protected fmt_table ( $rows )

format() публичный Метод

public format ( )

parse_block() защищенный Метод

protected parse_block ( $in )

parse_list() защищенный Метод

protected parse_list ( $in )

parse_page() защищенный Метод

protected parse_page ( $in )

parse_par() защищенный Метод

protected parse_par ( $in, &$a, $ctx = 'par' )

parse_special() защищенный Метод

protected parse_special ( $in )

parse_table() защищенный Метод

protected parse_table ( $in )

parse_table_row() защищенный Метод

protected parse_table_row ( $in, &$a )

setContent() публичный Метод

public setContent ( $content = NULL )

Описание свойств

$content защищенное свойство

protected $content

$ctx защищенное свойство

protected $ctx