constant TraversalStrategy::TRAVERSE in Plug 7
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
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Mapping/ TraversalStrategy.php, line 48
Class
- TraversalStrategy
- Specifies whether and how a traversable object should be traversed.
Namespace
Symfony\Component\Validator\MappingCode
const TRAVERSE = 4;