protected function ConcreteComposite::getCompositeOption in Plug 7
Returns the name of the property that contains the nested constraints.
Return value
string The property name
Overrides Composite::getCompositeOption
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Constraints/ CompositeTest.php, line 23
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
protected function getCompositeOption() {
return 'constraints';
}