You are here

public property GenericMetadata::$cascadingStrategy in Plug 7

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

lib/Symfony/validator/Symfony/Component/Validator/Mapping/GenericMetadata.php, line 62

Class

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

Namespace

Symfony\Component\Validator\Mapping

Code

public $cascadingStrategy = CascadingStrategy::NONE;