[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS/ -> Multiple.php (summary)

(no description)

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

Defines 1 class

HTMLPurifier_AttrDef_CSS_Multiple:: (2 methods):
  __construct()
  validate()


Class: HTMLPurifier_AttrDef_CSS_Multiple  - X-Ref

Framework class for strings that involve multiple values.

Certain CSS properties such as border-width and margin allow multiple
lengths to be specified.  This class can take a vanilla border-width
definition and multiply it, usually into a max of four.

__construct($single, $max = 4)   X-Ref

param: HTMLPurifier_AttrDef $single HTMLPurifier_AttrDef to multiply
param: int $max Max number of values allowed (usually four)

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

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



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1