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