Documentation

AfterCrudActionEvent
in package
Uses StoppableEventTrait

FinalYes
Tags
author

Javier Eguiluz javier.eguiluz@gmail.com

Table of Contents

Properties

$adminContext  : AdminContext|null
$response  : Response|null
$responseParameters  : KeyValueStore

Methods

__construct()  : mixed
addResponseParameters()  : void
Use this method to pass additional parameters to the rendered template Format: ['paramName' => $paramValue, ...].
getAdminContext()  : AdminContext|null
getResponse()  : Response
getResponseParameters()  : KeyValueStore
isPropagationStopped()  : bool
setResponse()  : void

Properties

Methods

addResponseParameters()

Use this method to pass additional parameters to the rendered template Format: ['paramName' => $paramValue, ...].

public addResponseParameters(array<string|int, mixed> $parameters) : void
Parameters
$parameters : array<string|int, mixed>

        
On this page

Search results