ConverterInterface
Converter interface.
Table of Contents
Methods
- convertBody() : string
- Converts body.
- convertFrontmatter() : array<string|int, mixed>
- Converts front matter.
Methods
convertBody()
Converts body.
public
convertBody(string $string) : string
Parameters
- $string : string
Return values
stringconvertFrontmatter()
Converts front matter.
public
convertFrontmatter(string $string, string $format) : array<string|int, mixed>
Parameters
- $string : string
- $format : string