[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

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

Defines 1 class

HTMLPurifier_AttrDef_CSS_Length:: (2 methods):
  __construct()
  validate()


Class: HTMLPurifier_AttrDef_CSS_Length  - X-Ref

Represents a Length as defined by CSS.

__construct($min = null, $max = null)   X-Ref

param: HTMLPurifier_Length|string $min Minimum length, or null for no bound. String is also acceptable.
param: HTMLPurifier_Length|string $max Maximum length, or null for no bound. String is also acceptable.

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