|
| getChildDef ($def) |
| Retrieves a proper HTMLPurifier_ChildDef subclass based on content_model and content_model_type member variables of the HTMLPurifier_ElementDef class. More...
|
|
| addElement ($element, $type, $contents, $attr_includes=array(), $attr=array()) |
| Convenience function that sets up a new element. More...
|
|
| addBlankElement ($element) |
| Convenience function that creates a totally blank, non-standalone element. More...
|
|
| addElementToContentSet ($element, $type) |
| Convenience function that registers an element to a content set. More...
|
|
| parseContents ($contents) |
| Convenience function that transforms single-string contents into separate content model and content model type. More...
|
|
| mergeInAttrIncludes (&$attr, $attr_includes) |
| Convenience function that merges a list of attribute includes into an attribute array. More...
|
|
| makeLookup ($list) |
| Convenience function that generates a lookup table with boolean true as value. More...
|
|
| 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. More...
|
|
Definition at line 3 of file CommonAttributes.php.
◆ $attr_collections
HTMLPurifier_HTMLModule_CommonAttributes::$attr_collections |
Initial value:
'class' => 'Class',
'id' => 'ID',
'title' => 'CDATA',
),
),
0 =>
array(
'Core',
'I18N')
)
)
array
Definition at line 13 of file CommonAttributes.php.
◆ $name
HTMLPurifier_HTMLModule_CommonAttributes::$name = 'CommonAttributes' |
The documentation for this class was generated from the following file: