[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/var/www/se3/includes/library/HTMLPurifier/ChildDef/ -> Chameleon.php (summary)

(no description)

File Size: 67 lines (2 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HTMLPurifier_ChildDef_Chameleon:: (2 methods):
  __construct()
  validateChildren()


Class: HTMLPurifier_ChildDef_Chameleon  - X-Ref

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.
__construct($inline, $block)   X-Ref

param: array $inline List of elements to allow when inline.
param: array $block List of elements to allow when block.

validateChildren($children, $config, $context)   X-Ref

param: HTMLPurifier_Node[] $children
param: HTMLPurifier_Config $config
param: HTMLPurifier_Context $context
return: bool



Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1