public property GenericMetadata::$traversalStrategy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Mapping/GenericMetadata.php \Symfony\Component\Validator\Mapping\GenericMetadata::traversalStrategy
The strategy for traversing traversable objects.
By default, traversable objects are not traversed.
@internal This property is public in order to reduce the size of the class' serialized representation. Do not access it. Use {@link getTraversalStrategy()} instead.
Type: int
See also
File
- vendor/
symfony/ validator/ Mapping/ GenericMetadata.php, line 78
Class
- GenericMetadata
- A generic container of {@link Constraint} objects.
Namespace
Symfony\Component\Validator\MappingCode
public $traversalStrategy = TraversalStrategy::NONE;