InlineParserEngineInterface
in
Parser for inline content (text, links, emphasized text, etc).
Table of Contents
Methods
- parse() : void
- Parse the given contents as inlines and insert them into the given block
Methods
parse()
Parse the given contents as inlines and insert them into the given block
public
parse(string $contents, AbstractBlock $block) : void
Parameters
- $contents : string
- $block : AbstractBlock