PHP Yosymfony\Spress\Core\ContentManager\Converter Namespace

Interfaces

Name Description
ConverterInterface Interface for converters.

Classes

Name Description
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.