Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
HTMLPurifier_ChildDef_Empty Class Reference
Inheritance diagram for HTMLPurifier_ChildDef_Empty:
HTMLPurifier_ChildDef

Public Member Functions

 getAllowedElements ($config)
 Get lookup of tag names that should not close this element automatically.
 
 validateChildren ($children, $config, $context)
 

Public Attributes

 $allow_empty = true
 @type bool
 
 $elements = array()
 Lookup array of all elements that this definition could possibly allow.
 
 $type = 'empty'
 @type string
 

Member Function Documentation

◆ getAllowedElements()

HTMLPurifier_ChildDef::getAllowedElements ( $config)
inherited

Get lookup of tag names that should not close this element automatically.

All other elements will do so.

Parameters
HTMLPurifier_Config$configHTMLPurifier_Config object
Return values
array

Reimplemented in HTMLPurifier_ChildDef_StrictBlockquote.

◆ validateChildren()

HTMLPurifier_ChildDef_Empty::validateChildren ( $children,
$config,
$context )
Parameters
HTMLPurifier_Node[]$children
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Return values
array

Reimplemented from HTMLPurifier_ChildDef.

Member Data Documentation

◆ $elements

HTMLPurifier_ChildDef::$elements = array()
inherited

Lookup array of all elements that this definition could possibly allow.

@type array


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