PHP 인터페이스 League\CommonMark\Block\Parser\BlockParserInterface

파일 보기 프로젝트 열기: colinodell/commonmark-php

공개 메소드들

메소드 설명
getName ( ) : string
parse ( League\CommonMark\ContextInterface $context, Cursor $cursor ) : boolean

메소드 상세

getName() 공개 메소드

public getName ( ) : string
리턴 string

parse() 공개 메소드

public parse ( League\CommonMark\ContextInterface $context, Cursor $cursor ) : boolean
$context League\CommonMark\ContextInterface
$cursor League\CommonMark\Cursor
리턴 boolean