PHP Класс League\CommonMark\Block\Renderer\HtmlBlockRenderer

Наследование: implements League\CommonMark\Block\Renderer\BlockRendererInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$config League\CommonMark\Util\Configuration

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

Метод Описание
render ( AbstractBlock $block, League\CommonMark\ElementRendererInterface $htmlRenderer, boolean $inTightList = false ) : string
setConfiguration ( Configuration $configuration )

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

render() публичный метод

public render ( AbstractBlock $block, League\CommonMark\ElementRendererInterface $htmlRenderer, boolean $inTightList = false ) : string
$block League\CommonMark\Block\Element\AbstractBlock
$htmlRenderer League\CommonMark\ElementRendererInterface
$inTightList boolean
Результат string

setConfiguration() публичный метод

public setConfiguration ( Configuration $configuration )
$configuration League\CommonMark\Util\Configuration

Описание свойств

$config защищенное свойство

protected Configuration,League\CommonMark\Util $config
Результат League\CommonMark\Util\Configuration