PHP 클래스 Gregwar\RST\Span

상속: extends Gregwar\RST\Nodes\Node
파일 보기 프로젝트 열기: gregwar/rst

보호된 프로퍼티들

프로퍼티 타입 설명
$environment
$parser
$span
$tokens

공개 메소드들

메소드 설명
__construct ( Parser $parser, $span )
br ( )
emphasis ( $text )
escape ( $span )
link ( $url, $title )
literal ( $text )
nbsp ( )
process ( $data ) Processes some data in the context of the span, this will process the **emphasis**, the nbsp, replace variables and end-of-line brs
reference ( $reference, $value )
render ( ) Renders the span
strongEmphasis ( $text )

메소드 상세

__construct() 공개 메소드

public __construct ( Parser $parser, $span )
$parser Parser

br() 공개 메소드

public br ( )

emphasis() 공개 메소드

public emphasis ( $text )

escape() 공개 메소드

public escape ( $span )

literal() 공개 메소드

public literal ( $text )

nbsp() 공개 메소드

public nbsp ( )

process() 공개 메소드

Processes some data in the context of the span, this will process the **emphasis**, the nbsp, replace variables and end-of-line brs
public process ( $data )

reference() 공개 메소드

public reference ( $reference, $value )

render() 공개 메소드

Renders the span
public render ( )

strongEmphasis() 공개 메소드

public strongEmphasis ( $text )

프로퍼티 상세

$environment 보호되어 있는 프로퍼티

protected $environment

$parser 보호되어 있는 프로퍼티

protected $parser

$span 보호되어 있는 프로퍼티

protected $span

$tokens 보호되어 있는 프로퍼티

protected $tokens