mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-10 09:16:20 +02:00
Add an HTMLModuleManager.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@751 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@ -22,10 +22,10 @@ class HTMLPurifier_HTMLModule
|
||||
var $name;
|
||||
|
||||
/**
|
||||
* List of elements that the module implements.
|
||||
* @note This is only for convention, as a module will often loop
|
||||
* through the $elements array to define HTMLPurifier_ElementDef
|
||||
* in the $info array.
|
||||
* List of elements that the module implements or substantially
|
||||
* modifies, either through a new ElementDef or a modified
|
||||
* content set that directly affects the element (if the element was
|
||||
* removed or added from a content set).
|
||||
* @protected
|
||||
*/
|
||||
var $elements = array();
|
||||
|
Reference in New Issue
Block a user