PHP 클래스 League\CommonMark\Inline\Parser\EscapableParser

상속: extends League\CommonMark\Inline\Parser\AbstractInlineParser
파일 보기 프로젝트 열기: colinodell/commonmark-php

공개 메소드들

메소드 설명
getCharacters ( ) : string[]
parse ( InlineParserContext $inlineContext ) : boolean

메소드 상세

getCharacters() 공개 메소드

public getCharacters ( ) : string[]
리턴 string[]

parse() 공개 메소드

public parse ( InlineParserContext $inlineContext ) : boolean
$inlineContext League\CommonMark\InlineParserContext
리턴 boolean