PHP Class HTMLPurifier_TagTransform_Font, yii

This transformation takes the three proprietary attributes of FONT and transforms them into their corresponding CSS attributes. These are color, face, and size.
Inheritance: extends HTMLPurifier_TagTransform
Afficher le fichier Open project: yiisoft/yii

Méthodes publiques

Свойство Type Description
$transform_to

Protected Properties

Свойство Type Description
$_size_lookup

Méthodes publiques

Méthode Description
transform ( HTMLPurifier_Token_Tag $tag, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : HTMLPurifier_Token_End | string

Method Details

transform() public méthode

public transform ( HTMLPurifier_Token_Tag $tag, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : HTMLPurifier_Token_End | string
$tag HTMLPurifier_Token_Tag
$config HTMLPurifier_Config
$context HTMLPurifier_Context
Résultat HTMLPurifier_Token_End | string

Property Details

$_size_lookup protected_oe property

protected $_size_lookup

$transform_to public_oe property

public $transform_to