BlockContext
in package
FinalYes
Our document parser contains
Table of Contents
Properties
Methods
- __construct() : mixed
- getDocumentIterator() : LinesIterator
- getDocumentParserContext() : DocumentParserContext
- getLoggerInformation() : array<string, int|string>
Properties
$documentIterator read-only
private
LinesIterator
$documentIterator
$documentParserContext read-only
private
DocumentParserContext
$documentParserContext
$lineOffset read-only
private
int
$lineOffset
= 0
Methods
__construct()
public
__construct(DocumentParserContext $documentParserContext, string $contents[, bool $preserveSpace = false ][, int $lineOffset = 0 ]) : mixed
Parameters
- $documentParserContext : DocumentParserContext
- $contents : string
- $preserveSpace : bool = false
- $lineOffset : int = 0
getDocumentIterator()
public
getDocumentIterator() : LinesIterator
Return values
LinesIteratorgetDocumentParserContext()
public
getDocumentParserContext() : DocumentParserContext
Return values
DocumentParserContextgetLoggerInformation()
public
getLoggerInformation() : array<string, int|string>