Property | Type | Description | |
---|---|---|---|
$environment |
Method | Description | |
---|---|---|
__construct ( |
||
parse ( League\CommonMark\Node\Node $container, |
Method | Description | |
---|---|---|
parseCharacter ( string $character, |
||
processInlines ( |
Method | Description | |
---|---|---|
addPlainText ( string $character, League\CommonMark\Node\Node $container, |
public __construct ( |
||
$environment |
public parse ( League\CommonMark\Node\Node $container, |
||
$container | League\CommonMark\Node\Node | |
$referenceMap |
protected parseCharacter ( string $character, |
||
$character | string | |
$inlineParserContext | ||
return | boolean | Whether we successfully parsed a character at that position |
protected processInlines ( |
||
$inlineParserContext |