abstract protected function Composite::getCompositeOption in Plug 7
Returns the name of the property that contains the nested constraints.
Return value
string The property name
1 call to Composite::getCompositeOption()
- Composite::__construct in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ Composite.php - The groups of the composite and its nested constraints are made consistent using the following strategy:
4 methods override Composite::getCompositeOption()
- All::getCompositeOption in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ All.php - Returns the name of the property that contains the nested constraints.
- Collection::getCompositeOption in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ Collection.php - Returns the name of the property that contains the nested constraints.
- ConcreteComposite::getCompositeOption in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Constraints/ CompositeTest.php - Returns the name of the property that contains the nested constraints.
- Existence::getCompositeOption in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ Existence.php - Returns the name of the property that contains the nested constraints.
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ Composite.php, line 139
Class
- Composite
- A constraint that is composed of other constraints.
Namespace
Symfony\Component\Validator\ConstraintsCode
protected abstract function getCompositeOption();