class SettingsValidator extends AbstractValidator

Properties

protected array $configuration from AbstractValidator
protected array $rules from AbstractValidator
protected Factory $validator from AbstractValidator
protected TranslatorInterface $translator from AbstractValidator
protected array $globalRules <p>These rules apply to all attributes.</p>

Methods

addConfiguration($callable)

No description

__construct(Factory $validator, TranslatorInterface $translator)

No description

assertValid(array $attributes)

<p>Throw an exception if a model is not valid.</p>

array
getRules()

No description

array
getMessages()

No description

Validator
makeValidator(array $attributes)

<p>Make a new validator instance for this model.</p>

Details

addConfiguration($callable)

Parameters

$callable

__construct(Factory $validator, TranslatorInterface $translator)

Parameters

Factory $validator
TranslatorInterface $translator

assertValid(array $attributes)

<p>Throw an exception if a model is not valid.</p>

Parameters

array $attributes

protected array getRules()

Return Value

array

protected array getMessages()

Return Value

array

protected Validator makeValidator(array $attributes)

<p>Make a new validator instance for this model.</p>

Parameters

array $attributes

Return Value

Validator