You are here

constant TraversalStrategy::TRAVERSE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Mapping/TraversalStrategy.php \Symfony\Component\Validator\Mapping\TraversalStrategy::TRAVERSE

Specifies that a node's value should always be iterated. If the value is not an instance of {@link \Traversable}, an exception should be thrown.

File

vendor/symfony/validator/Mapping/TraversalStrategy.php, line 49

Class

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

Namespace

Symfony\Component\Validator\Mapping

Code

const TRAVERSE = 4;