PHP Class League\CommonMark\Inline\Renderer\HtmlInlineRenderer

Inheritance: implements League\CommonMark\Inline\Renderer\InlineRendererInterface, implements League\CommonMark\Util\ConfigurationAwareInterface
Afficher le fichier Open project: colinodell/commonmark-php

Protected Properties

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

Méthodes publiques

Méthode Description
render ( AbstractInline $inline, League\CommonMark\ElementRendererInterface $htmlRenderer ) : string
setConfiguration ( Configuration $configuration )

Method Details

render() public méthode

public render ( AbstractInline $inline, League\CommonMark\ElementRendererInterface $htmlRenderer ) : string
$inline League\CommonMark\Inline\Element\AbstractInline
$htmlRenderer League\CommonMark\ElementRendererInterface
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