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

Public Member Functions

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

Public Attributes

 $allow_empty = true
 
 $type = 'strictblockquote'
 
- 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()
 

Protected Attributes

 $real_elements
 
 $fake_elements
 
 $init = false
 
- Protected Attributes inherited from HTMLPurifier_ChildDef_Required
 $whitespace = false
 

Detailed Description

Takes the contents of blockquote when in strict and reformats for validation.

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

Member Function Documentation

◆ getAllowedElements()

HTMLPurifier_ChildDef_StrictBlockquote::getAllowedElements (   $config)
Parameters
HTMLPurifier_Config$config
Returns
array
Note
We don't want MakeWellFormed to auto-close inline elements since they might be allowed.

Reimplemented from HTMLPurifier_ChildDef.

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

◆ validateChildren()

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

Reimplemented from HTMLPurifier_ChildDef_Required.

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

Member Data Documentation

◆ $allow_empty

HTMLPurifier_ChildDef_StrictBlockquote::$allow_empty = true

@type bool

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

◆ $fake_elements

HTMLPurifier_ChildDef_StrictBlockquote::$fake_elements
protected

@type array

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

◆ $init

HTMLPurifier_ChildDef_StrictBlockquote::$init = false
protected

@type bool

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

◆ $real_elements

HTMLPurifier_ChildDef_StrictBlockquote::$real_elements
protected

@type array

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

◆ $type

HTMLPurifier_ChildDef_StrictBlockquote::$type = 'strictblockquote'

@type string

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


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