Documentation

DocParser
in package
implements DocParserInterface

Interfaces, Classes and Traits

DocParserInterface

Table of Contents

$environment  : EnvironmentInterface
$inlineParserEngine  : InlineParserEngine
$maxNestingLevel  : int|float
__construct()  : mixed
parse()  : Document
handleLazyParagraphContinuation()  : bool
incorporateLine()  : void
parseBlocks()  : void
Parse blocks
processInlines()  : void
resetContainer()  : void
Sets the container to the last open child (or its parent)
setAndPropagateLastLineBlank()  : void

Properties

$inlineParserEngine

private InlineParserEngine $inlineParserEngine

$maxNestingLevel

private int|float $maxNestingLevel

Methods

parse()

public parse(string $input) : Document
Parameters
$input : string
Tags
throws
RuntimeException
Return values
Document

Search results