PHP Class Text_Wiki_Render_Rst_Table2, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Text_Wiki_Render
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство 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.

Méthodes publiques

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

Method Details

renderTable() public méthode

public renderTable ( $text )

token() public méthode

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

Property Details

$_col protected_oe property

The current column.
protected int $_col
Résultat integer

$_header protected_oe property

reST only allows for one header.
protected int $_header
Résultat integer

$_row protected_oe property

The current row.
protected int $_row
Résultat integer

$_spans protected_oe property

The cell spans.
protected array $_spans
Résultat array