Aeon\Symfony\AeonBundle\Validator\Constraints\EqualValidator

View at GitHub ( 1.x )
Introduction

Class synopis

class final EqualValidator extends AbstractComparisonValidator implements ConstraintValidatorInterface
{
protected compareValues ( mixed $value1 , mixed $value2 ) : bool
protected getErrorCode ( void ) : string
public __construct ( [ ? PropertyAccessorInterface $propertyAccessor = null ] )
public validate ( mixed $value , Constraint $constraint ) : mixed
public initialize ( ExecutionContextInterface $context ) : mixed
protected formatTypeOf ( mixed $value ) : mixed
protected formatValue ( mixed $value , [ mixed $format = null ] ) : mixed
protected formatValues ( array $values , [ mixed $format = null ] ) : mixed
}
Table of Contents