[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ -> Composite.php (summary)

(no description)

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

Defines 1 class

HTMLPurifier_AttrDef_CSS_Composite:: (2 methods):
  __construct()
  validate()


Class: HTMLPurifier_AttrDef_CSS_Composite  - X-Ref

Allows multiple validators to attempt to validate attribute.

Composite is just what it sounds like: a composite of many validators.
This means that multiple HTMLPurifier_AttrDef objects will have a whack
at the string.  If one of them passes, that's what is returned.  This is
especially useful for CSS values, which often are a choice between
an enumerated set of predefined values or a flexible data type.
__construct($defs)   X-Ref

param: $defs List of HTMLPurifier_AttrDef objects

validate($string, $config, $context)   X-Ref
No description



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