You are here

public property GenericMetadata::$constraints in Plug 7

@internal This property is public in order to reduce the size of the class' serialized representation. Do not access it. Use {@link getConstraints()} and {@link findConstraints()} instead.

Type: Constraint[]

File

lib/Symfony/validator/Symfony/Component/Validator/Mapping/GenericMetadata.php, line 38

Class

GenericMetadata
A generic container of {@link Constraint} objects.

Namespace

Symfony\Component\Validator\Mapping

Code

public $constraints = array();