HumHub Documentation (unofficial)

HTMLPurifier_ConfigSchema_ValidatorAtom
in package

Fluent interface for validating the contents of member variables.

This should be immutable. See HTMLPurifier_ConfigSchema_Validator for use-cases. We name this an 'atom' because it's ONLY for validations that are independent and usually scalar.

Table of Contents

Properties

$contents  : mixed
$context  : mixed
$member  : mixed
$obj  : mixed

Methods

__construct()  : mixed
assertAlnum()  : HTMLPurifier_ConfigSchema_ValidatorAtom
assertIsArray()  : HTMLPurifier_ConfigSchema_ValidatorAtom
assertIsBool()  : HTMLPurifier_ConfigSchema_ValidatorAtom
assertIsLookup()  : HTMLPurifier_ConfigSchema_ValidatorAtom
assertIsString()  : HTMLPurifier_ConfigSchema_ValidatorAtom
assertNotEmpty()  : HTMLPurifier_ConfigSchema_ValidatorAtom
assertNotNull()  : HTMLPurifier_ConfigSchema_ValidatorAtom
error()  : mixed

Properties

Methods

__construct()

public __construct(mixed $context, mixed $obj, mixed $member) : mixed
Parameters
$context : mixed
$obj : mixed
$member : mixed

        
On this page

Search results