PHPReference
in package
implements
TextRole
FinalYes
Table of Contents
Interfaces
- TextRole
Properties
Methods
- __construct() : mixed
- getAliases() : array<string|int, mixed>
- 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, mixed>
Return values
array<string|int, mixed>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
- $rawContent : string