\HTMLPurifier_ConfigSchema_ValidatorAtom

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.

Summary

Methods
Properties
Constants
__construct()
assertIsString()
assertIsBool()
assertIsArray()
assertNotNull()
assertAlnum()
assertNotEmpty()
assertIsLookup()
No public properties found
No constants found
error()
$context
$obj
$member
$contents
N/A
No private methods found
No private properties found
N/A

Properties

$context

$context : 

Type

$obj

$obj : 

Type

$member

$member : 

Type

$contents

$contents : 

Type

Methods

__construct()

__construct(  $context,   $obj,   $member) 

Parameters

$context
$obj
$member

error()

error(string  $msg) 

Parameters

string $msg

Throws

\HTMLPurifier_ConfigSchema_Exception