$this->defaultPropertyPath,
$groups,
null,
TraversalStrategy::IMPLICIT,
$this->context
);
$this->context->
setNode($previousValue,
$previousObject,
$previousMetadata,
$previousPath);
$this->context->
setGroup($previousGroup);
if (null !==
$previousConstraint) { $this->context->
setConstraint($previousConstraint);
} return $this;
} // If an object is passed without explicit constraints, validate that
// object against the constraints defined for the object's class
if (\
is_object($value)) { $this->
validateObject( $value,
$this->defaultPropertyPath,