PHP 클래스 Adldap\Configuration\Validators\Validator

파일 보기 프로젝트 열기: adldap2/adldap2

보호된 프로퍼티들

프로퍼티 타입 설명
$key string The configuration key under validation.
$value mixed The configuration value under validation.

공개 메소드들

메소드 설명
__construct ( string $key, mixed $value ) Constructor.
validate ( ) : boolean Validates the configuration value.

메소드 상세

__construct() 공개 메소드

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

validate() 추상적인 공개 메소드

Validates the configuration value.
abstract public validate ( ) : boolean
리턴 boolean

프로퍼티 상세

$key 보호되어 있는 프로퍼티

The configuration key under validation.
protected string $key
리턴 string

$value 보호되어 있는 프로퍼티

The configuration value under validation.
protected mixed $value
리턴 mixed