You are here

protected function Composite::initializeNestedConstraints in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Constraints/Composite.php \Symfony\Component\Validator\Constraints\Composite::initializeNestedConstraints()

Initializes the nested constraints.

This method can be overwritten in subclasses to clean up the nested constraints passed to the constructor.

See also

Collection::initializeNestedConstraints()

2 calls to Composite::initializeNestedConstraints()
Collection::initializeNestedConstraints in vendor/symfony/validator/Constraints/Collection.php
Initializes the nested constraints.
Composite::__construct in vendor/symfony/validator/Constraints/Composite.php
The groups of the composite and its nested constraints are made consistent using the following strategy:
1 method overrides Composite::initializeNestedConstraints()
Collection::initializeNestedConstraints in vendor/symfony/validator/Constraints/Collection.php
Initializes the nested constraints.

File

vendor/symfony/validator/Constraints/Composite.php, line 150

Class

Composite
A constraint that is composed of other constraints.

Namespace

Symfony\Component\Validator\Constraints

Code

protected function initializeNestedConstraints() {
}