PHP Yosymfony\Spress\Core\ContentManager\Converter Пространство имен

Interfaces

Имя Описание
ConverterInterface Interface for converters.

Классы

Имя Описание
ConverterManager Converter manager.
ConverterResult Converter result.
MapConverter This converter maps an extension to another using the mapping table passed in the constructor. If the extension not exists, this converter returns the same input extension.
MichelfMarkdownConverter Markdown converter implementation using a Markdown (extra) parser by Michel Fortin: https://github.com/michelf/php-markdown.