PHP Class Text_Wiki_Render_Rst_Blockquote, horde

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

Protected Properties

Property Type Description
$_level array A caching stack for blockquote levels.

Public Methods

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

Method Details

renderInsideText() public method

public renderInsideText ( $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

$_level protected_oe property

A caching stack for blockquote levels.
protected array $_level
return array