Copied!

Validator

Validator.php : 12

Methods

public__construct()

Validator.php : 14
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 : 20
public getIdentifier() : string|null

Return values

string|null

publicgetValue()

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

Return values

string|null

publicsetIdentifier()

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

Parameters

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

publicsetValue()

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

Parameters

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