You are here

public property GenericMetadata::$cascadingStrategy in Zircon Profile 8

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

The strategy for cascading objects.

By default, objects are not cascaded.

@internal This property is public in order to reduce the size of the class' serialized representation. Do not access it. Use {@link getCascadingStrategy()} instead.

Type: int

See also

CascadingStrategy

File

vendor/symfony/validator/Mapping/GenericMetadata.php, line 63

Class

GenericMetadata
A generic container of {@link Constraint} objects.

Namespace

Symfony\Component\Validator\Mapping

Code

public $cascadingStrategy = CascadingStrategy::NONE;