PHP Класс Yosymfony\Spress\Converter\ParsedownConverter

Автор: Victor Pueras ([email protected])
Наследование: implements Yosymfony\Spress\Core\ContentManager\Converter\ConverterInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( array $supportedExtension ) Constructor.
convert ( string $input ) : string Convert the input data.
getOutExtension ( $extension ) : string The extension of filename result (without dot). E.g: html.
getPriority ( ) : integer Get the converter priority.
matches ( string $extension ) : boolean If file's extension is support by converter.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( array $supportedExtension )
$supportedExtension array File extesion supported by the converter. Extension without dot

convert() публичный Метод

Convert the input data.
public convert ( string $input ) : string
$input string The raw content without Front-matter
Результат string

getOutExtension() публичный Метод

The extension of filename result (without dot). E.g: html.
public getOutExtension ( $extension ) : string
Результат string

getPriority() публичный Метод

Get the converter priority.
public getPriority ( ) : integer
Результат integer

matches() публичный Метод

If file's extension is support by converter.
public matches ( string $extension ) : boolean
$extension string Extension without dot
Результат boolean