[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

File Size: 71 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: 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: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1