PHPReference
in package
implements
TextRole
FinalYes
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- getAliases() : array<string|int, string>
- getName() : string
- processNode() : InlineNode
Properties
$lexer read-only
private
InlineLexer
$lexer
$logger read-only
private
LoggerInterface
$logger
Methods
__construct()
public
__construct(LoggerInterface $logger) : mixed
Parameters
- $logger : LoggerInterface
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