PHP Class Adldap\Configuration\Validators\Validator

Afficher le fichier Open project: adldap2/adldap2

Protected Properties

Свойство Type Description
$key string The configuration key under validation.
$value mixed The configuration value under validation.

Méthodes publiques

Méthode Description
__construct ( string $key, mixed $value ) Constructor.
validate ( ) : boolean Validates the configuration value.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $key, mixed $value )
$key string
$value mixed

validate() abstract public méthode

Validates the configuration value.
abstract public validate ( ) : boolean
Résultat boolean

Property Details

$key protected_oe property

The configuration key under validation.
protected string $key
Résultat string

$value protected_oe property

The configuration value under validation.
protected mixed $value
Résultat mixed