BeforeEntityDeletedEvent
extends AbstractLifecycleEvent
in package
Uses
StoppableEventTrait
FinalYes
Tags
Table of Contents
Properties
- $entityInstance : mixed
- $response : Response|null
Methods
- __construct() : mixed
- getEntityInstance() : mixed
- getResponse() : Response
- isPropagationStopped() : bool
- setResponse() : void
Properties
$entityInstance
protected
mixed
$entityInstance
$response
private
Response|null
$response
= null
Methods
__construct()
public
__construct(mixed $entityInstance) : mixed
Parameters
- $entityInstance : mixed
getEntityInstance()
public
getEntityInstance() : mixed
getResponse()
public
getResponse() : Response
Return values
ResponseisPropagationStopped()
public
isPropagationStopped() : bool
Return values
boolsetResponse()
public
setResponse(Response $response) : void
Parameters
- $response : Response