PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
vendor
/
league
/
commonmark
/
src
<?php /* * This file is part of the league/commonmark package. * * (c) Colin O'Dell <colinodell@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace League\CommonMark; use League\CommonMark\Block\Element\Document; interface DocParserInterface { /** * @param string $input * * @throws \RuntimeException * * @return Document */ public function parse(string $input): Document; }
[+]
..
[-] Converter.php
[edit]
[+]
Exception
[-] InlineParserEngine.php
[edit]
[+]
Event
[-] CommonMarkConverter.php
[edit]
[-] UnmatchedBlockCloser.php
[edit]
[-] EnvironmentAwareInterface.php
[edit]
[-] MarkdownConverterInterface.php
[edit]
[-] ConverterInterface.php
[edit]
[+]
Node
[+]
Block
[+]
Reference
[+]
Delimiter
[-] Environment.php
[edit]
[+]
Util
[-] GithubFlavoredMarkdownConverter.php
[edit]
[-] InlineParserContext.php
[edit]
[-] Cursor.php
[edit]
[-] HtmlRenderer.php
[edit]
[-] Context.php
[edit]
[-] EnvironmentInterface.php
[edit]
[-] ElementRendererInterface.php
[edit]
[-] HtmlElement.php
[edit]
[-] DocParserInterface.php
[edit]
[+]
Inline
[+]
Input
[+]
Extension
[-] DocParser.php
[edit]
[+]
Normalizer
[-] ContextInterface.php
[edit]
[-] MarkdownConverter.php
[edit]
[-] ConfigurableEnvironmentInterface.php
[edit]
[-] .htaccess.disabled
[edit]