StoppableEventTrait
These methods allow to stop the event propagation and return the given response immediately.
Tags
Table of Contents
Properties
Methods
- getResponse() : Response
- isPropagationStopped() : bool
- setResponse() : void
Properties
$response
private
Response|null
$response
= null
Methods
getResponse()
public
getResponse() : Response
Return values
ResponseisPropagationStopped()
public
isPropagationStopped() : bool
Return values
boolsetResponse()
public
setResponse(Response $response) : void
Parameters
- $response : Response