
Öffentliche Methoden | |
| getChildDef ($def) | |
| addElement ($element, $type, $contents, $attr_includes=array(), $attr=array()) | |
| addBlankElement ($element) | |
| addElementToContentSet ($element, $type) | |
| parseContents ($contents) | |
| mergeInAttrIncludes (&$attr, $attr_includes) | |
| makeLookup ($list) | |
| setup ($config) | |
Datenfelder | |
| $name | |
| $elements = array() | |
| $info = array() | |
| $content_sets = array() | |
| $attr_collections = array() | |
| $info_tag_transform = array() | |
| $info_attr_transform_pre = array() | |
| $info_attr_transform_post = array() | |
| $info_injector = array() | |
| $defines_child_def = false | |
| $safe = true | |
The public variables in a module should almost directly correspond to the variables in HTMLPurifier_HTMLDefinition. However, the prefix info carries no special meaning in these objects (include it anyway if that's the correspondence though).
Definiert in Zeile 18 der Datei HTMLModule.php.
| addBlankElement | ( | $ | element | ) |
Convenience function that creates a totally blank, non-standalone element.
| $element | Name of element to create |
Definiert in Zeile 153 der Datei HTMLModule.php.

| addElement | ( | $ | element, | |
| $ | type, | |||
| $ | contents, | |||
| $ | attr_includes = array(), |
|||
| $ | attr = array() | |||
| ) |
Convenience function that sets up a new element
| $element | Name of element to add | |
| $type | What content set should element be registered to? Set as false to skip this step. | |
| $contents | Allowed children in form of: "$content_model_type: $content_model" | |
| $attr_includes | What attribute collections to register to element? | |
| $attr | What unique attributes does the element define? |
Definiert in Zeile 130 der Datei HTMLModule.php.


| addElementToContentSet | ( | $ | element, | |
| $ | type | |||
| ) |
Convenience function that registers an element to a content set
| Element | to register | |
| Name | content set (warning: case sensitive, usually upper-case first letter) |
Definiert in Zeile 170 der Datei HTMLModule.php.

| getChildDef | ( | $ | def | ) |
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.
| $def | HTMLPurifier_ElementDef instance |
Erneute Implementation in HTMLPurifier_HTMLModule_Edit und HTMLPurifier_HTMLModule_Tidy_Strict.
Definiert in Zeile 112 der Datei HTMLModule.php.
| makeLookup | ( | $ | list | ) |
Convenience function that generates a lookup table with boolean true as value.
| $list | List of values to turn into a lookup |
Definiert in Zeile 224 der Datei HTMLModule.php.

| mergeInAttrIncludes | ( | &$ | attr, | |
| $ | attr_includes | |||
| ) |
Convenience function that merges a list of attribute includes into an attribute array.
| $attr | Reference to attr array to modify | |
| $attr_includes | Array of includes / string include to merge in |
Definiert in Zeile 208 der Datei HTMLModule.php.

| parseContents | ( | $ | contents | ) |
Convenience function that transforms single-string contents into separate content model and content model type
| $contents | Allowed children in form of: "$content_model_type: $content_model" |
Definiert in Zeile 185 der Datei HTMLModule.php.

| 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.
| $config | Instance of HTMLPurifier_Config |
Erneute Implementation in HTMLPurifier_HTMLModule_Bdo, HTMLPurifier_HTMLModule_Edit, HTMLPurifier_HTMLModule_Forms, HTMLPurifier_HTMLModule_Hypertext, HTMLPurifier_HTMLModule_Image, HTMLPurifier_HTMLModule_Legacy, HTMLPurifier_HTMLModule_List, HTMLPurifier_HTMLModule_Name, HTMLPurifier_HTMLModule_Object, HTMLPurifier_HTMLModule_Presentation, HTMLPurifier_HTMLModule_Proprietary, HTMLPurifier_HTMLModule_Ruby, HTMLPurifier_HTMLModule_SafeEmbed, HTMLPurifier_HTMLModule_SafeObject, HTMLPurifier_HTMLModule_Scripting, HTMLPurifier_HTMLModule_StyleAttribute, HTMLPurifier_HTMLModule_Tables, HTMLPurifier_HTMLModule_Target, HTMLPurifier_HTMLModule_Text und HTMLPurifier_HTMLModule_Tidy.
Definiert in Zeile 240 der Datei HTMLModule.php.
| $attr_collections = array() |
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.
Erneute Implementation in HTMLPurifier_HTMLModule_Bdo, HTMLPurifier_HTMLModule_CommonAttributes, HTMLPurifier_HTMLModule_NonXMLCommonAttributes, HTMLPurifier_HTMLModule_StyleAttribute und HTMLPurifier_HTMLModule_XMLCommonAttributes.
Definiert in Zeile 57 der Datei HTMLModule.php.
| $content_sets = array() |
Associative array of content set names to content set additions. This is commonly used to, say, add an A element to the Inline content set. This corresponds to an internal variable $content_sets and NOT info_content_sets member variable of HTMLDefinition.
Erneute Implementation in HTMLPurifier_HTMLModule_Forms, HTMLPurifier_HTMLModule_List, HTMLPurifier_HTMLModule_Scripting und HTMLPurifier_HTMLModule_Text.
Definiert in Zeile 47 der Datei HTMLModule.php.
| $defines_child_def = false |
Boolean flag that indicates whether or not getChildDef is implemented. For optimization reasons: may save a call to a function. Be sure to set it if you do implement getChildDef(), otherwise it will have no effect!
Erneute Implementation in HTMLPurifier_HTMLModule_Edit und HTMLPurifier_HTMLModule_Tidy_Strict.
Definiert in Zeile 88 der Datei HTMLModule.php.
| $elements = array() |
Informally, a list of elements this module changes. Not used in any significant way.
Erneute Implementation in HTMLPurifier_HTMLModule_Scripting.
Definiert in Zeile 32 der Datei HTMLModule.php.
| $info = array() |
Associative array of element names to element definitions. Some definitions may be incomplete, to be merged in later with the full definition.
Definiert in Zeile 39 der Datei HTMLModule.php.
| $info_attr_transform_post = array() |
List of HTMLPurifier_AttrTransform to be performed after validation.
Definiert in Zeile 72 der Datei HTMLModule.php.
| $info_attr_transform_pre = array() |
List of HTMLPurifier_AttrTransform to be performed before validation.
Definiert in Zeile 67 der Datei HTMLModule.php.
| $info_injector = array() |
List of HTMLPurifier_Injector to be performed during well-formedness fixing. An injector will only be invoked if all of it's pre-requisites are met; if an injector fails setup, there will be no error; it will simply be silently disabled.
Definiert in Zeile 80 der Datei HTMLModule.php.
| $info_tag_transform = array() |
Associative array of deprecated tag name to HTMLPurifier_TagTransform
Definiert in Zeile 62 der Datei HTMLModule.php.
| $name |
Short unique string identifier of the module
Erneute Implementation in HTMLPurifier_HTMLModule_Bdo, HTMLPurifier_HTMLModule_CommonAttributes, HTMLPurifier_HTMLModule_Edit, HTMLPurifier_HTMLModule_Forms, HTMLPurifier_HTMLModule_Hypertext, HTMLPurifier_HTMLModule_Image, HTMLPurifier_HTMLModule_Legacy, HTMLPurifier_HTMLModule_List, HTMLPurifier_HTMLModule_Name, HTMLPurifier_HTMLModule_NonXMLCommonAttributes, HTMLPurifier_HTMLModule_Object, HTMLPurifier_HTMLModule_Presentation, HTMLPurifier_HTMLModule_Proprietary, HTMLPurifier_HTMLModule_Ruby, HTMLPurifier_HTMLModule_SafeEmbed, HTMLPurifier_HTMLModule_SafeObject, HTMLPurifier_HTMLModule_Scripting, HTMLPurifier_HTMLModule_StyleAttribute, HTMLPurifier_HTMLModule_Tables, HTMLPurifier_HTMLModule_Target, HTMLPurifier_HTMLModule_Text, HTMLPurifier_HTMLModule_Tidy_Name, HTMLPurifier_HTMLModule_Tidy_Proprietary, HTMLPurifier_HTMLModule_Tidy_Strict, HTMLPurifier_HTMLModule_Tidy_Transitional, HTMLPurifier_HTMLModule_Tidy_XHTML und HTMLPurifier_HTMLModule_XMLCommonAttributes.
Definiert in Zeile 26 der Datei HTMLModule.php.
| $safe = true |
Boolean flag whether or not this module is safe. If it is not safe, all of its members are unsafe. Modules are safe by default (this might be slightly dangerous, but it doesn't make much sense to force HTML Purifier, which is based off of safe HTML, to explicitly say, "This is safe," even though there are modules which are "unsafe")
Erneute Implementation in HTMLPurifier_HTMLModule_Forms, HTMLPurifier_HTMLModule_Object und HTMLPurifier_HTMLModule_Scripting.
Definiert in Zeile 102 der Datei HTMLModule.php.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|