TextRole
in
Table of Contents
Methods
- getAliases() : array<string|int, string>
- getName() : string
- processNode() : InlineNode
Methods
getAliases()
public
getAliases() : array<string|int, string>
Return values
array<string|int, string>getName()
public
getName() : string
Return values
stringprocessNode()
public
processNode(DocumentParserContext $documentParserContext, string $role, string $content, string $rawContent) : InlineNode
Parameters
- $documentParserContext : DocumentParserContext
- $role : string
- $content : string
-
the content with backslash escapes removed per spec
- $rawContent : string
-
the raw content, including backslash escapes