PHP Класс Text_Wiki_Render_Rst_Blockquote, horde

Автор: Jan Schneider ([email protected])
Наследование: extends Text_Wiki_Render
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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