constant TraversalStrategy::STOP_RECURSION in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Mapping/TraversalStrategy.php \Symfony\Component\Validator\Mapping\TraversalStrategy::STOP_RECURSION
Specifies that nested instances of {@link \Traversable} should never be iterated. Can be combined with {@link IMPLICIT} or {@link TRAVERSE}.
@internal
Deprecated
since version 2.5, to be removed in 3.0. This constant was added for backwards compatibility only.
File
- vendor/
symfony/ validator/ Mapping/ TraversalStrategy.php, line 59
Class
- TraversalStrategy
- Specifies whether and how a traversable object should be traversed.
Namespace
Symfony\Component\Validator\MappingCode
const STOP_RECURSION = 8;