Öffentliche Methoden | |
__construct ($context, $obj, $member) | |
assertIsString () | |
assertIsBool () | |
assertIsArray () | |
assertNotNull () | |
assertAlnum () | |
assertNotEmpty () | |
assertIsLookup () | |
Geschützte Methoden | |
error ($msg) | |
Geschützte Attribute | |
$context | |
$obj | |
$member | |
$contents | |
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.
Definiert in Zeile 9 der Datei ValidatorAtom.php.
__construct | ( | $context, | |
$obj, | |||
$member | |||
) |
Definiert in Zeile 31 der Datei ValidatorAtom.php.
assertAlnum | ( | ) |
Definiert in Zeile 86 der Datei ValidatorAtom.php.
Benutzt assertIsString() und error().
assertIsArray | ( | ) |
Definiert in Zeile 64 der Datei ValidatorAtom.php.
Benutzt error().
Wird benutzt von assertIsLookup().
assertIsBool | ( | ) |
Definiert in Zeile 53 der Datei ValidatorAtom.php.
Benutzt error().
assertIsLookup | ( | ) |
Definiert in Zeile 109 der Datei ValidatorAtom.php.
Benutzt assertIsArray() und error().
assertIsString | ( | ) |
Definiert in Zeile 42 der Datei ValidatorAtom.php.
Benutzt error().
Wird benutzt von assertAlnum().
assertNotEmpty | ( | ) |
Definiert in Zeile 98 der Datei ValidatorAtom.php.
Benutzt error().
assertNotNull | ( | ) |
Definiert in Zeile 75 der Datei ValidatorAtom.php.
Benutzt error().
|
protected |
string | $msg |
HTMLPurifier_ConfigSchema_Exception |
Definiert in Zeile 124 der Datei ValidatorAtom.php.
Wird benutzt von assertAlnum(), assertIsArray(), assertIsBool(), assertIsLookup(), assertIsString(), assertNotEmpty() und assertNotNull().
|
protected |
mixed
Definiert in Zeile 29 der Datei ValidatorAtom.php.
|
protected |
|
protected |
|
protected |