PHP Class League\HTMLToMarkdown\Converter\EmphasisConverter

Inheritance: implements League\HTMLToMarkdown\Converter\ConverterInterface, implements League\HTMLToMarkdown\ConfigurationAwareInterface
Afficher le fichier Open project: nickcernis/html-to-markdown

Protected Properties

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

Méthodes publiques

Méthode Description
convert ( League\HTMLToMarkdown\ElementInterface $element ) : string
getSupportedTags ( ) : string[]
setConfig ( League\HTMLToMarkdown\Configuration $config )

Method Details

convert() public méthode

public convert ( League\HTMLToMarkdown\ElementInterface $element ) : string
$element League\HTMLToMarkdown\ElementInterface
Résultat string

getSupportedTags() public méthode

public getSupportedTags ( ) : string[]
Résultat string[]

setConfig() public méthode

public setConfig ( League\HTMLToMarkdown\Configuration $config )
$config League\HTMLToMarkdown\Configuration

Property Details

$config protected_oe property

protected Configuration,League\HTMLToMarkdown $config
Résultat League\HTMLToMarkdown\Configuration