Guides

StrongParser extends AbstractInlineTextDecoratorParser
in package

FinalYes

Table of Contents

Properties

$inlineParsers  : iterable<string|int, mixed>
$logger  : LoggerInterface

Methods

__construct()  : mixed
parse()  : TValue
supports()  : bool
createInlineNode()  : TValue
getType()  : string
supportsCommonMarkNode()  : bool

Properties

Methods

createInlineNode()

protected createInlineNode(Node $commonMarkNode, string|null $content[, array<string|int, InlineNodeInterface$children = [] ]) : TValue
Parameters
$commonMarkNode : Node
$content : string|null
$children : array<string|int, InlineNodeInterface> = []
Return values
TValue

getType()

protected getType() : string
Return values
string

supportsCommonMarkNode()

protected supportsCommonMarkNode(Node $commonMarkNode) : bool
Parameters
$commonMarkNode : Node
Return values
bool

        
On this page

Search results