library/HTMLPurifier/ChildDef/Empty.php

Go to the documentation of this file.
00001 <?php
00002 
00010 class HTMLPurifier_ChildDef_Empty extends HTMLPurifier_ChildDef
00011 {
00012     public $allow_empty = true;
00013     public $type = 'empty';
00014     public function __construct() {}
00015     public function validateChildren($tokens_of_children, $config, $context) {
00016         return array();
00017     }
00018 }
00019 

Generated on Thu Jun 19 18:47:26 2008 for HTMLPurifier by  doxygen 1.5.3