Copied!

Validator

Validator.php : 11

Methods

public__construct()

Validator.php : 19
public __construct([string|null $identifier = null ][, string|null $value = null ])

Parameters

Name Type Default value Description
$identifier string|null null -
$value string|null null -

publicgetIdentifier()

Validator.php : 27
public getIdentifier() : string|null

Return values

string|null

publicgetValue()

Validator.php : 37
public getValue() : string|null

Return values

string|null

publicsetIdentifier()

Validator.php : 32
public setIdentifier(string|null $identifier) : void

Parameters

Name Type Default value Description
$identifier string|null - -

publicsetValue()

Validator.php : 42
public setValue(string|null $value) : void

Parameters

Name Type Default value Description
$value string|null - -