[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 91 lines (3 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
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 |