[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

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

Defines 1 class

HTMLPurifier_AttrDef_Integer:: (2 methods):
  __construct()
  validate()


Class: HTMLPurifier_AttrDef_Integer  - X-Ref

Validates an integer.

__construct($negative = true, $zero = true, $positive = true)   X-Ref

param: $negative Bool indicating whether or not negative values are allowed
param: $zero Bool indicating whether or not zero is allowed
param: $positive Bool indicating whether or not positive values are allowed

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

param: string $integer
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