abstract class AbstractValidator implements ValidatorInterface (View source)

Properties

protected RoutineInterface $routines
protected $error

Methods

addRoutine(RoutineInterface $routine)

No description

bool
validate(Form $form, Entry $entry = null)

No description

getErrorList()

No description

Details

addRoutine(RoutineInterface $routine)

No description

Parameters

RoutineInterface $routine

bool validate(Form $form, Entry $entry = null)

No description

Parameters

Form $form
Entry $entry

Return Value

bool

ErrorList getErrorList()

No description

Return Value

ErrorList