mediatekformation

ConstraintValidatorInterface

Tags
author

Bernhard Schussek bschussek@gmail.com

Table of Contents

initialize()  : mixed
Initializes the constraint validator.
validate()  : mixed
Checks if the passed value is valid.

Methods

validate()

Checks if the passed value is valid.

public validate(mixed $value, Constraint $constraint) : mixed
Parameters
$value : mixed

The value that should be validated

$constraint : Constraint
Return values
mixed

Search results