ClassMetadataInterface::isGroupSequenceProvider()

bool isGroupSequenceProvider()

Returns whether the "Default" group is overridden by a dynamic group sequence obtained by the validated objects.

If this method returns true, the class must implement {@link \Symfony\Component\Validator\GroupSequenceProviderInterface}. This interface will be used to obtain the group sequence when an object of this class is validated.

Return Value

bool Returns true if the "Default" group is overridden by a dynamic group sequence

See also

\Symfony\Component\Validator\GroupSequenceProviderInterface
doc_Symfony
2016-10-28 06:09:00
Comments
Leave a Comment

Please login to continue.