Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
League
CommonMark
Inline
Renderer
HtmlInlineRenderer
PHP Class League\CommonMark\Inline\Renderer\HtmlInlineRenderer
Inheritance:
implements
League\CommonMark\Inline\Renderer\InlineRendererInterface
,
implements
League\CommonMark\Util\ConfigurationAwareInterface
Mostrar archivo
Open project: colinodell/commonmark-php
Protected Properties
Property
Type
Description
$config
League\CommonMark\Util\Configuration
Public Methods
Method
Description
render
(
AbstractInline
$inline
,
League\CommonMark\ElementRendererInterface
$htmlRenderer
) :
string
setConfiguration
(
Configuration
$configuration
)
Method Details
render()
public
method
public
render
(
AbstractInline
$inline
,
League\CommonMark\ElementRendererInterface
$htmlRenderer
) :
string
$inline
League\CommonMark\Inline\Element\AbstractInline
$htmlRenderer
League\CommonMark\ElementRendererInterface
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