1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

Add lots of documentation.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@293 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-08-17 20:29:34 +00:00
parent 252c5afae0
commit 66ddc4cc5a
8 changed files with 116 additions and 29 deletions

View File

@@ -21,6 +21,9 @@ HTMLPurifier_ConfigDef::define(
'preserving child nodes.'
);
/**
* Class that defines allowed child nodes and validates tokens against this.
*/
class HTMLPurifier_ChildDef
{
var $type;