$this->
$compositeOption =
$nestedConstraints;
} /**
* Implicit group names are forwarded to nested constraints.
*
* @return void
*/
public function addImplicitGroupName(string
$group) { parent::
addImplicitGroupName($group);
/** @var Constraint[] $nestedConstraints */
$nestedConstraints =
$this->
{$this->
getCompositeOption()};
foreach ($nestedConstraints as $constraint) { $constraint->
addImplicitGroupName($group);
} } /**
* Returns the name of the property that contains the nested constraints.
*/