PHP Class League\CommonMark\Block\Renderer\HtmlBlockRenderer

Inheritance: implements League\CommonMark\Block\Renderer\BlockRendererInterface
Datei anzeigen Open project: colinodell/commonmark-php

Protected Properties

Property Type Description
$config League\CommonMark\Util\Configuration

Public Methods

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

Method Details

render() public method

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

setConfiguration() public method

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

Property Details

$config protected_oe property

protected Configuration,League\CommonMark\Util $config
return League\CommonMark\Util\Configuration