PHP 클래스 Text_Wiki_Render_Rst_Blockquote, horde

저자: Jan Schneider ([email protected])
상속: extends Text_Wiki_Render
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_level array A caching stack for blockquote levels.

공개 메소드들

메소드 설명
renderInsideText ( $text )
token ( array $options ) : string Renders a token into text matching the requested format.

메소드 상세

renderInsideText() 공개 메소드

public renderInsideText ( $text )

token() 공개 메소드

Renders a token into text matching the requested format.
public token ( array $options ) : string
$options array The "options" portion of the token (second element).
리턴 string The text rendered from the token options.

프로퍼티 상세

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

A caching stack for blockquote levels.
protected array $_level
리턴 array