PHP Class League\CommonMark\Block\Renderer\HtmlBlockRenderer

Inheritance: implements League\CommonMark\Block\Renderer\BlockRendererInterface
Afficher le fichier Open project: colinodell/commonmark-php

Protected Properties

Свойство Type Description
$config League\CommonMark\Util\Configuration

Méthodes publiques

Méthode Description
render ( AbstractBlock $block, League\CommonMark\ElementRendererInterface $htmlRenderer, boolean $inTightList = false ) : string
setConfiguration ( Configuration $configuration )

Method Details

render() public méthode

public render ( AbstractBlock $block, League\CommonMark\ElementRendererInterface $htmlRenderer, boolean $inTightList = false ) : string
$block League\CommonMark\Block\Element\AbstractBlock
$htmlRenderer League\CommonMark\ElementRendererInterface
$inTightList boolean
Résultat string

setConfiguration() public méthode

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

Property Details

$config protected_oe property

protected Configuration,League\CommonMark\Util $config
Résultat League\CommonMark\Util\Configuration