PHP 인터페이스 League\CommonMark\Extension\ExtensionInterface

파일 보기 프로젝트 열기: colinodell/commonmark-php 0 사용 예제들

공개 메소드들

메소드 설명
getBlockParsers ( ) : League\CommonMark\Block\Parser\BlockParserInterface[] Returns a list of block parsers to add to the existing list
getBlockRenderers ( ) : League\CommonMark\Block\Renderer\BlockRendererInterface[] Returns a list of block renderers to add to the existing list
getDocumentProcessors ( ) : League\CommonMark\DocumentProcessorInterface[] Returns a list of document processors to add to the existing list
getInlineParsers ( ) : League\CommonMark\Inline\Parser\InlineParserInterface[] Returns a list of inline parsers to add to the existing list
getInlineProcessors ( ) : League\CommonMark\Inline\Processor\InlineProcessorInterface[] Returns a list of inline processors to add to the existing list
getInlineRenderers ( ) : League\CommonMark\Inline\Renderer\InlineRendererInterface[] Returns a list of inline renderers to add to the existing list

메소드 상세

getBlockParsers() 공개 메소드

Returns a list of block parsers to add to the existing list
public getBlockParsers ( ) : League\CommonMark\Block\Parser\BlockParserInterface[]
리턴 League\CommonMark\Block\Parser\BlockParserInterface[]

getBlockRenderers() 공개 메소드

The list keys are the block class names which the corresponding value (renderer) will handle.
public getBlockRenderers ( ) : League\CommonMark\Block\Renderer\BlockRendererInterface[]
리턴 League\CommonMark\Block\Renderer\BlockRendererInterface[]

getDocumentProcessors() 공개 메소드

Returns a list of document processors to add to the existing list
public getDocumentProcessors ( ) : League\CommonMark\DocumentProcessorInterface[]
리턴 League\CommonMark\DocumentProcessorInterface[]

getInlineParsers() 공개 메소드

Returns a list of inline parsers to add to the existing list
public getInlineParsers ( ) : League\CommonMark\Inline\Parser\InlineParserInterface[]
리턴 League\CommonMark\Inline\Parser\InlineParserInterface[]

getInlineProcessors() 공개 메소드

Returns a list of inline processors to add to the existing list
public getInlineProcessors ( ) : League\CommonMark\Inline\Processor\InlineProcessorInterface[]
리턴 League\CommonMark\Inline\Processor\InlineProcessorInterface[]

getInlineRenderers() 공개 메소드

The list keys are the inline class names which the corresponding value (renderer) will handle.
public getInlineRenderers ( ) : League\CommonMark\Inline\Renderer\InlineRendererInterface[]
리턴 League\CommonMark\Inline\Renderer\InlineRendererInterface[]