HTMLPurifier 4.4.0
HTMLPurifier_HTMLModule_NonXMLCommonAttributes Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_NonXMLCommonAttributes:
HTMLPurifier_HTMLModule HTMLPurifier_HTMLModule

List of all members.

Public Attributes

 $name = 'NonXMLCommonAttributes'
 Short unique string identifier of the module.
 $attr_collections
 Associative array of attribute collection names to attribute collection additions.

Detailed Description

Definition at line 3 of file NonXMLCommonAttributes.php.


Member Data Documentation

HTMLPurifier_HTMLModule_NonXMLCommonAttributes::$attr_collections
Initial value:
 array(
        'Lang' => array(
            'lang' => 'LanguageCode',
        )
    )

Associative array of attribute collection names to attribute collection additions.

More rarely used for adding attributes to the global collections. Example is the StyleAttribute module adding the style attribute to the Core. Corresponds to HTMLDefinition's attr_collections->info, since the object's data is only info, with extra behavior associated with it.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 7 of file NonXMLCommonAttributes.php.

HTMLPurifier_HTMLModule_NonXMLCommonAttributes::$name = 'NonXMLCommonAttributes'

Short unique string identifier of the module.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 5 of file NonXMLCommonAttributes.php.


The documentation for this class was generated from the following files: