Copied!

Validator

Validator.php : 11

Methods

public__construct()

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

Parameters

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

publicgetIdentifier()

Validator.php : 34
public getIdentifier() : string

Return values

string

publicgetValue()

Validator.php : 50
public getValue() : string

Return values

string

publicsetIdentifier()

Validator.php : 42
public setIdentifier(string $identifier) : void

Parameters

Name Type Default value Description
$identifier string - -

publicsetValue()

Validator.php : 58
public setValue(string $value) : void

Parameters

Name Type Default value Description
$value string - -