PHP Class Text_Wiki_Render_Rst_Table2, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Text_Wiki_Render
Mostra file Open project: horde/horde

Protected Properties

Property Type Description
$_col integer The current column.
$_header integer reST only allows for one header.
$_row integer The current row.
$_spans array The cell spans.

Public Methods

Method Description
renderTable ( $text )
token ( array $options ) : string Renders a token into text matching the requested format.

Method Details

renderTable() public method

public renderTable ( $text )

token() public method

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

Property Details

$_col protected_oe property

The current column.
protected int $_col
return integer

$_header protected_oe property

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

$_row protected_oe property

The current row.
protected int $_row
return integer

$_spans protected_oe property

The cell spans.
protected array $_spans
return array