PHP Interface League\CommonMark\Block\Parser\BlockParserInterface

Show file 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