PHP Класс Text_Wiki_Render_Rst_Wikilink, horde

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

Открытые свойства

Свойство Тип Описание
$paragraph_links array A collector for link sections below a paragraph.

Открытые методы

Метод Описание
token ( array $options ) : string Renders a token into text matching the requested format.

Описание методов

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.

Описание свойств