Texy\BlockParser::__construct PHP Method

__construct() public method

public __construct ( Texy $texy, HtmlElement $element, $indented )
$texy Texy
$element HtmlElement
    public function __construct(Texy $texy, HtmlElement $element, $indented)
    {
        $this->texy = $texy;
        $this->element = $element;
        $this->indented = (bool) $indented;
        $this->patterns = $texy->getBlockPatterns();
    }