PHP Класс Gregwar\RST\SubDirective

.. sub-directive:: Some block of code You can imagine anything here, like adding *emphasis*, lists or titles
Наследование: extends Gregwar\RST\Directive
Показать файл Открыть проект

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

Метод Описание
process ( Parser $parser, $node, $variable, $data, array $options ) Process a directive that should parces the next node as a "sub" document
processSub ( Parser $parser, $document, $variable, $data, array $options ) Process a sub directive
wantCode ( )

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

process() закрытый публичный Метод

Process a directive that should parces the next node as a "sub" document
final public process ( Parser $parser, $node, $variable, $data, array $options )
$parser Parser
$options array

processSub() публичный Метод

Process a sub directive
public processSub ( Parser $parser, $document, $variable, $data, array $options )
$parser Parser
$options array

wantCode() публичный Метод

public wantCode ( )