[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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

(no description)

File Size: 58 lines (2 kb)
Included or required: 1 time
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: $single HTMLPurifier_AttrDef to multiply
param: $max Max number of values allowed (usually four)

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



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