ContextInterface
in
Table of Contents
- addBlock() : void
- getBlockCloser() : UnmatchedBlockCloser
- Finalize and close any unmatched blocks
- getBlocksParsed() : bool
- getContainer() : AbstractBlock
- getDocument() : Document
- getLine() : string
- getLineNumber() : int
- getReferenceParser() : ReferenceParser
- getTip() : AbstractBlock|null
- replaceContainerBlock() : void
- setBlocksParsed() : $this
- setContainer() : void
- setTip() : void
Methods
addBlock()
public
addBlock(AbstractBlock $block) : void
Parameters
- $block : AbstractBlock
Return values
void —getBlockCloser()
Finalize and close any unmatched blocks
public
getBlockCloser() : UnmatchedBlockCloser
Return values
UnmatchedBlockCloser —getBlocksParsed()
public
getBlocksParsed() : bool
Return values
bool —getContainer()
public
getContainer() : AbstractBlock
Return values
AbstractBlock —getDocument()
public
getDocument() : Document
Return values
Document —getLine()
public
getLine() : string
Return values
string —getLineNumber()
public
getLineNumber() : int
Return values
int —getReferenceParser()
public
getReferenceParser() : ReferenceParser
Return values
ReferenceParser —getTip()
public
getTip() : AbstractBlock|null
Return values
AbstractBlock|null —replaceContainerBlock()
public
replaceContainerBlock(AbstractBlock $replacement) : void
Parameters
- $replacement : AbstractBlock
Return values
void —setBlocksParsed()
public
setBlocksParsed(bool $bool) : $this
Parameters
- $bool : bool
Return values
$this —setContainer()
public
setContainer(AbstractBlock $container) : void
Parameters
- $container : AbstractBlock
Return values
void —setTip()
public
setTip(AbstractBlock|null $block) : void
Parameters
- $block : AbstractBlock|null