You are here

constant Constraint::PROPERTY_CONSTRAINT in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Constraint.php \Symfony\Component\Validator\Constraint::PROPERTY_CONSTRAINT

Marks a constraint that can be put onto properties.

File

vendor/symfony/validator/Constraint.php, line 53

Class

Constraint
Contains the properties of a constraint definition.

Namespace

Symfony\Component\Validator

Code

const PROPERTY_CONSTRAINT = 'property';