You are here

protected function Existence::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/Existence.php, line 26

Class

Existence
@author Bernhard Schussek <bschussek@gmail.com>

Namespace

Symfony\Component\Validator\Constraints

Code

protected function getCompositeOption() {
  return 'constraints';
}