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

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

Public Properties

Property Type Description
$em
$fields
$message

Public Methods

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

Method Details

getDefaultOption() public method

public getDefaultOption ( )

getRequiredOptions() public method

public getRequiredOptions ( )

getTargets() public method

{@inheritDoc}
public getTargets ( )

validatedBy() public method

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

Property Details

$em public property

public $em

$fields public property

public $fields

$message public property

public $message