PHP 클래스 eMarkup, ewiki

파일 보기 프로젝트 열기: patrikf/ewiki

보호된 프로퍼티들

프로퍼티 타입 설명
$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