PHP Интерфейс League\CommonMark\Extension\ExtensionInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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[]