Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
League
CommonMark
Block
Parser
BlockParserInterface
PHP Interface League\CommonMark\Block\Parser\BlockParserInterface
Exibir arquivo
Open project: colinodell/commonmark-php
Public Methods
Method
Description
getName
( ) :
string
parse
(
League\CommonMark\ContextInterface
$context
,
Cursor
$cursor
) :
boolean
Method Details
getName()
public
method
public
getName
( ) :
string
return
string
parse()
public
method
public
parse
(
League\CommonMark\ContextInterface
$context
,
Cursor
$cursor
) :
boolean
$context
League\CommonMark\ContextInterface
$cursor
League\CommonMark\Cursor
return
boolean