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

Public Member Functions

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

Public Attributes

 $inline
 
 $block
 
 $type = 'chameleon'
 
- Public Attributes inherited from HTMLPurifier_ChildDef
 $type
 
 $allow_empty
 
 $elements = array()
 

Detailed Description

Definition that uses different definitions depending on context.

The del and ins tags are notable because they allow different types of elements depending on whether or not they're in a block or inline context. Chameleon allows this behavior to happen by using two different definitions depending on context. While this somewhat generalized, it is specifically intended for those two tags.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_ChildDef_Chameleon::__construct (   $inline,
  $block 
)
Parameters
array$inlineList of elements to allow when inline.
array$blockList of elements to allow when block.

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

Member Function Documentation

◆ validateChildren()

HTMLPurifier_ChildDef_Chameleon::validateChildren (   $children,
  $config,
  $context 
)
Parameters
HTMLPurifier_Node[]$children
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
bool

Reimplemented from HTMLPurifier_ChildDef.

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

Member Data Documentation

◆ $block

HTMLPurifier_ChildDef_Chameleon::$block

Instance of the definition object to use when block. @type HTMLPurifier_ChildDef_Optional

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

◆ $inline

HTMLPurifier_ChildDef_Chameleon::$inline

Instance of the definition object to use when inline. Usually stricter. @type HTMLPurifier_ChildDef_Optional

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

◆ $type

HTMLPurifier_ChildDef_Chameleon::$type = 'chameleon'

@type string

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


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