PHP 클래스 Text_Wiki_Render_Rst_Table2, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_col integer The current column.
$_header integer reST only allows for one header.
$_row integer The current row.
$_spans array The cell spans.

공개 메소드들

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

메소드 상세

renderTable() 공개 메소드

public renderTable ( $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.

프로퍼티 상세

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

The current column.
protected int $_col
리턴 integer

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

reST only allows for one header.
protected int $_header
리턴 integer

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

The current row.
protected int $_row
리턴 integer

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

The cell spans.
protected array $_spans
리턴 array