Source for file Optional.php
Documentation is available at Optional.php
* Definition that allows a set of elements, and allows no children.
* @note This is a hack to reuse code from HTMLPurifier_ChildDef_Required,
* really, one shouldn't inherit from the other. Only altered behavior
* is to overload a returned false with an array. Thus, it will never
public $type =
'optional';
if (empty($tokens_of_children)) return true;
Documentation generated on Thu, 19 Jun 2008 18:49:51 -0400 by phpDocumentor 1.4.2