Cascade
Tags
Attributes
- #[Attribute]
- \Attribute::TARGET_PROPERTY
Table of Contents
Properties
- $value : non-empty-string|null
Methods
- __construct() : mixed
Properties
$value
        public
            non-empty-string|null
    $value
     = null
    
        Currently, Extbase does only support "remove".
Other possible cascade operations would be: "persist", "merge", "detach", "refresh", "all"
Tags
Methods
__construct()
    public
                    __construct(array{value?: non-empty-string} $values) : mixed
    Parameters
- $values : array{value?: non-empty-string}