PHP Interface League\CommonMark\Block\Parser\BlockParserInterface

Afficher le fichier Open project: colinodell/commonmark-php

Méthodes publiques

Méthode Description
getName ( ) : string
parse ( League\CommonMark\ContextInterface $context, Cursor $cursor ) : boolean

Method Details

getName() public méthode

public getName ( ) : string
Résultat string

parse() public méthode

public parse ( League\CommonMark\ContextInterface $context, Cursor $cursor ) : boolean
$context League\CommonMark\ContextInterface
$cursor League\CommonMark\Cursor
Résultat boolean