Cascade extends Cascade
since TYPO3 v14, will be removed in TYPO3 v15
Table of Contents
Properties
- $value : string|null
Methods
- __construct() : mixed
- Currently, Extbase does only support "remove".
Properties
$value read-only
public
string|null
$value
= null
Methods
__construct()
Currently, Extbase does only support "remove".
public
__construct(["remove"|null $value = null ]) : mixed
Other possible cascade operations would be: "persist", "merge", "detach", "refresh", "all"
Parameters
- $value : "remove"|null = null