Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
HTMLPurifier_ChildDef_Table Class Reference
Inheritance diagram for HTMLPurifier_ChildDef_Table:
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 = false
 @type bool
 
 $elements
 @type array
 
 $type = 'table'
 @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_Table::validateChildren ( $children,
$config,
$context )
Parameters
array$children
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Return values
array

Reimplemented from HTMLPurifier_ChildDef.

Member Data Documentation

◆ $elements

HTMLPurifier_ChildDef_Table::$elements
Initial value:
= array(
'tr' => true,
'tbody' => true,
'thead' => true,
'tfoot' => true,
'caption' => true,
'colgroup' => true,
'col' => true
)

@type array


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