PHP Class Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity

Author: Benjamin Eberlei ([email protected])
Inheritance: extends Symfony\Component\Validator\Constraint
Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Méthodes publiques

Свойство Type Description
$em
$fields
$message

Méthodes publiques

Méthode Description
getDefaultOption ( )
getRequiredOptions ( )
getTargets ( ) {@inheritDoc}
validatedBy ( ) : string The validator must be defined as a service with this name.

Method Details

getDefaultOption() public méthode

public getDefaultOption ( )

getRequiredOptions() public méthode

public getRequiredOptions ( )

getTargets() public méthode

{@inheritDoc}
public getTargets ( )

validatedBy() public méthode

The validator must be defined as a service with this name.
public validatedBy ( ) : string
Résultat string

Property Details

$em public_oe property

public $em

$fields public_oe property

public $fields

$message public_oe property

public $message