RenderableInterface
in
Interface RenderableInterface
Table of Contents
Methods
- html() : string
- Return HTML markup from the medium.
- parsedownElement() : array<string|int, mixed>
- Return Parsedown Element from the medium.
Methods
html()
Return HTML markup from the medium.
public
html([string|null $title = null ][, string|null $alt = null ][, string|null $class = null ][, string|null $id = null ][, bool $reset = true ]) : string
Parameters
- $title : string|null = null
- $alt : string|null = null
- $class : string|null = null
- $id : string|null = null
- $reset : bool = true
Return values
stringparsedownElement()
Return Parsedown Element from the medium.
public
parsedownElement([string|null $title = null ][, string|null $alt = null ][, string|null $class = null ][, string|null $id = null ][, bool $reset = true ]) : array<string|int, mixed>
Parameters
- $title : string|null = null
- $alt : string|null = null
- $class : string|null = null
- $id : string|null = null
- $reset : bool = true