You are here

constant TraversalStrategy::STOP_RECURSION in Plug 7

Specifies that nested instances of {@link \Traversable} should never be iterated. Can be combined with {@link IMPLICIT} or {@link TRAVERSE}.

@internal

Deprecated

This constant was added for backwards compatibility only. It will be removed in Symfony 3.0.

File

lib/Symfony/validator/Symfony/Component/Validator/Mapping/TraversalStrategy.php, line 58

Class

TraversalStrategy
Specifies whether and how a traversable object should be traversed.

Namespace

Symfony\Component\Validator\Mapping

Code

const STOP_RECURSION = 8;