XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_ConfigSchema_ValidatorAtom

Fonctions membres publiques

 __construct ($context, $obj, $member)
 
 assertIsString ()
 
 assertIsBool ()
 
 assertIsArray ()
 
 assertNotNull ()
 
 assertAlnum ()
 
 assertNotEmpty ()
 
 assertIsLookup ()
 

Fonctions membres protégées

 error ($msg)
 

Attributs protégés

 $context
 
 $obj
 
 $member
 
 $contents
 

Description détaillée

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.

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $context,
  $obj,
  $member 
)

Documentation des fonctions membres

◆ assertAlnum()

assertAlnum ( )
Renvoie
HTMLPurifier_ConfigSchema_ValidatorAtom
+ Voici le graphe d'appel pour cette fonction :

◆ assertIsArray()

assertIsArray ( )
Renvoie
HTMLPurifier_ConfigSchema_ValidatorAtom
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ assertIsBool()

assertIsBool ( )
Renvoie
HTMLPurifier_ConfigSchema_ValidatorAtom
+ Voici le graphe d'appel pour cette fonction :

◆ assertIsLookup()

assertIsLookup ( )
Renvoie
HTMLPurifier_ConfigSchema_ValidatorAtom
+ Voici le graphe d'appel pour cette fonction :

◆ assertIsString()

assertIsString ( )
Renvoie
HTMLPurifier_ConfigSchema_ValidatorAtom
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ assertNotEmpty()

assertNotEmpty ( )
Renvoie
HTMLPurifier_ConfigSchema_ValidatorAtom
+ Voici le graphe d'appel pour cette fonction :

◆ assertNotNull()

assertNotNull ( )
Renvoie
HTMLPurifier_ConfigSchema_ValidatorAtom
+ Voici le graphe d'appel pour cette fonction :

◆ error()

error (   $msg)
protected
Paramètres
string$msg
Exceptions
HTMLPurifier_ConfigSchema_Exception
+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $contents

$contents
protected

@type mixed

◆ $context

$context
protected

@type string

◆ $member

$member
protected

@type string

◆ $obj

$obj
protected

@type object


La documentation de cette classe a été générée à partir du fichier suivant :