League\CommonMark\UnmatchedBlockCloser::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( League\CommonMark\ContextInterface $context )
$context League\CommonMark\ContextInterface
    public function __construct(ContextInterface $context)
    {
        $this->context = $context;
        $this->resetTip();
    }