Copied!

OptionsValidatorRegistryInterface

OptionsValidatorRegistryInterface.php : 11

Methods

publicgetValidator()

OptionsValidatorRegistryInterface.php : 18
public getValidator(string $type) : OptionsValidatorInterface

Parameters

Name Type Default value Description
$type string - -

Return values

OptionsValidatorInterface

Tags
Throws
InvalidArgumentException

publichasValidator()

OptionsValidatorRegistryInterface.php : 13
public hasValidator(string $type) : bool

Parameters

Name Type Default value Description
$type string - -

Return values

bool