[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/var/www/se3/includes/library/HTMLPurifier/AttrDef/CSS/ -> Composite.php (summary)

(no description)

File Size: 48 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: HTMLPurifier_AttrDef[] $defs List of HTMLPurifier_AttrDef objects

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

param: string $string
param: HTMLPurifier_Config $config
param: HTMLPurifier_Context $context
return: bool|string



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