Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
League
CommonMark
Block
Renderer
HtmlBlockRenderer
PHP Class League\CommonMark\Block\Renderer\HtmlBlockRenderer
Inheritance:
implements
League\CommonMark\Block\Renderer\BlockRendererInterface
Show file
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 property
protected
Configuration,League\CommonMark\Util
$config
return
League\CommonMark\Util\Configuration