You are here

constant TraversalStrategy::STOP_RECURSION in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Mapping

Code

const STOP_RECURSION = 8;