| 
Additional Inherited Members | 
|  | getChildDef ($def) | 
|  | Retrieves a proper HTMLPurifier_ChildDef subclass based on content_model and content_model_type member variables of the HTMLPurifier_ElementDef class. 
 | 
|  | addElement ($element, $type, $contents, $attr_includes=array(), $attr=array()) | 
|  | Convenience function that sets up a new element. 
 | 
|  | addBlankElement ($element) | 
|  | Convenience function that creates a totally blank, non-standalone element. 
 | 
|  | addElementToContentSet ($element, $type) | 
|  | Convenience function that registers an element to a content set. 
 | 
|  | parseContents ($contents) | 
|  | Convenience function that transforms single-string contents into separate content model and content model type. 
 | 
|  | mergeInAttrIncludes (&$attr, $attr_includes) | 
|  | Convenience function that merges a list of attribute includes into an attribute array. 
 | 
|  | makeLookup ($list) | 
|  | Convenience function that generates a lookup table with boolean true as value. 
 | 
|  | setup ($config) | 
|  | Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available. 
 | 
Detailed Description
Definition at line 3 of file CommonAttributes.php.
 Field Documentation
      
        
          | HTMLPurifier_HTMLModule_CommonAttributes::$attr_collections | 
      
 
Initial value: array(
        'Core' => array(
            0 => array('Style'),
            
            'class' => 'Class',
            'id' => 'ID',
            'title' => 'CDATA',
        ),
        'Lang' => array(),
        'I18N' => array(
            0 => array('Lang'), 
        ),
        'Common' => array(
            0 => array('Core', 'I18N')
        )
    )
Definition at line 7 of file CommonAttributes.php.
 
 
      
        
          | HTMLPurifier_HTMLModule_CommonAttributes::$name = 'CommonAttributes' | 
      
 
 
The documentation for this class was generated from the following file: