mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 16:31:53 +00:00
Slight clarification of where ElementDef's required_attr property gets populated
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1454 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
fad6aa45fa
commit
4066416160
@ -82,7 +82,7 @@ class HTMLPurifier_ElementDef
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* List of the names of required attributes this element has. Dynamically
|
* List of the names of required attributes this element has. Dynamically
|
||||||
* populated.
|
* populated by HTMLPurifier_HTMLDefinition::getElement
|
||||||
* @public
|
* @public
|
||||||
*/
|
*/
|
||||||
var $required_attr = array();
|
var $required_attr = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user