| extends | HTMLPurifier_HTMLModule | 
|---|
XHTML 1.1 Edit Module, defines editing-related elements. Text Extension Module.
| Methods | ||
|---|---|---|
| 
					
	public
					
					
				 | setup(HTMLPurifier_Config $config)
		Lazy load construction of the module after determining whether
or not it's needed, and also when a finalized…
	 Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available. Overrides | # | 
| 
					
	public
					
					
				 | getChildDef(HTMLPurifier_ElementDef $def): HTMLPurifier_ChildDef_Chameleon
		Retrieves a proper HTMLPurifier_ChildDef subclass based on
content_model and content_model_type member variables of
the…
	 Retrieves a proper HTMLPurifier_ChildDef subclass based on content_model and content_model_type member variables of the HTMLPurifier_ElementDef class. There is a similar function in HTMLPurifier_HTMLDefinition. Returnssubclass Overrides | # | 
| Methods inherited from HTMLPurifier_HTMLModule | 
|---|
| addElement(), addBlankElement(), addElementToContentSet(), parseContents(), mergeInAttrIncludes(), makeLookup(),  | 
| Properties | |||
|---|---|---|---|
| 
	public
					
					
				 |  | $name = 'Edit' | # | 
| 
	public
					
					
				 |  | $defines_child_def = true | # | 
| Properties inherited from HTMLPurifier_HTMLModule | 
|---|
| $elements, $info, $content_sets, $attr_collections, $info_tag_transform, $info_attr_transform_pre, $info_attr_transform_post, $info_injector, $safe |