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

Public Member Functions

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

Public Attributes

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

Protected Attributes

 $whitespace = false
 

Detailed Description

Definition that allows a set of elements, but disallows empty children.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_ChildDef_Required::__construct (   $elements)
Parameters
array | string$elementsList of allowed element names (lowercase).

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

Member Function Documentation

◆ validateChildren()

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

Reimplemented from HTMLPurifier_ChildDef.

Reimplemented in HTMLPurifier_ChildDef_StrictBlockquote, and HTMLPurifier_ChildDef_Optional.

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

Member Data Documentation

◆ $allow_empty

HTMLPurifier_ChildDef_Required::$allow_empty = false

@type bool

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

◆ $elements

HTMLPurifier_ChildDef_Required::$elements = array()

Lookup table of allowed elements. @type array

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

◆ $type

HTMLPurifier_ChildDef_Required::$type = 'required'

@type string

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

◆ $whitespace

HTMLPurifier_ChildDef_Required::$whitespace = false
protected

Whether or not the last passed node was all whitespace. @type bool

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


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