Adldap\Configuration\Validators\Validator::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( string $key, mixed $value )
$key string
$value mixed
    public function __construct($key, $value)
    {
        $this->key = $key;
        $this->value = $value;
    }