You are here

constant TraversalStrategy::IMPLICIT in Plug 7

Specifies that a node's value should be iterated only if it is an instance of {@link \Traversable}.

File

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

Class

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

Namespace

Symfony\Component\Validator\Mapping

Code

const IMPLICIT = 1;