[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/htmlpurifier/library/HTMLPurifier/ChildDef/ -> Chameleon.php (summary)

(no description)

File Size: 48 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: $inline List of elements to allow when inline.
param: $block List of elements to allow when block.

validateChildren($tokens_of_children, $config, $context)   X-Ref
No description



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1