DashParser
in package
implements
InlineParserInterface
FinalYes
Table of Contents
Interfaces
Constants
Methods
- getMatchDefinition() : InlineParserMatch
- parse() : bool
Constants
EM_DASH
private
mixed
EM_DASH
= '—'
EN_DASH
private
mixed
EN_DASH
= '–'
Methods
getMatchDefinition()
public
getMatchDefinition() : InlineParserMatch
Return values
InlineParserMatchparse()
public
parse(InlineParserContext $inlineContext) : bool
Parameters
- $inlineContext : InlineParserContext