protected function Collection::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/ Constraints/ Collection.php, line 83
Class
- Collection
- @Target({"PROPERTY", "METHOD", "ANNOTATION"})
Namespace
Symfony\Component\Validator\ConstraintsCode
protected function getCompositeOption() {
return 'fields';
}