Documentation

VariableInlineNodeTransformer
in package
implements NodeTransformer

FinalYes
Tags
implements

The "class" directive sets the "classes" attribute value on its content or on the first immediately following non-comment element. https://docutils.sourceforge.io/docs/ref/rst/directives.html#class

Table of Contents

Interfaces

NodeTransformer

Properties

$logger  : LoggerInterface

Methods

__construct()  : mixed
enterNode()  : T
getPriority()  : int
The higher the priority the earlier the NodeTransformer is executed.
leaveNode()  : T|null
supports()  : bool

Properties

Methods

getPriority()

The higher the priority the earlier the NodeTransformer is executed.

public getPriority() : int
Return values
int

        
On this page

Search results