Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_ChildDef_Optional Class Reference
Inheritance diagram for HTMLPurifier_ChildDef_Optional:
HTMLPurifier_ChildDef_Required HTMLPurifier_ChildDef

Public Member Functions

 validateChildren ($children, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_ChildDef_Required
 __construct ($elements)
 
- Public Member Functions inherited from HTMLPurifier_ChildDef
 getAllowedElements ($config)
 

Public Attributes

 $allow_empty = true
 
 $type = 'optional'
 
- Public Attributes inherited from HTMLPurifier_ChildDef_Required
 $elements = array()
 
 $allow_empty = false
 
 $type = 'required'
 
- Public Attributes inherited from HTMLPurifier_ChildDef
 $type
 
 $allow_empty
 
 $elements = array()
 

Additional Inherited Members

- Protected Attributes inherited from HTMLPurifier_ChildDef_Required
 $whitespace = false
 

Detailed Description

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 return false.

Definition at line 14950 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ validateChildren()

HTMLPurifier_ChildDef_Optional::validateChildren (   $children,
  $config,
  $context 
)
Parameters
array$children
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
array

Reimplemented from HTMLPurifier_ChildDef_Required.

Definition at line 14968 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $allow_empty

HTMLPurifier_ChildDef_Optional::$allow_empty = true

@type bool

Definition at line 14955 of file HTMLPurifier.standalone.php.

◆ $type

HTMLPurifier_ChildDef_Optional::$type = 'optional'

@type string

Definition at line 14960 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: