com\setasign\SetaFramework\EventManager\Events
ControllerDispatcherEvent Class ControllerDispatcherEvent
File: /SetaFramework/src/EventManager/Events/ControllerDispatcherEvent.php
Class hierarchy
Implements
Summary
Properties
$cancelable
protected bool Event::$cancelable
$extraParams
protected array Event::$extraParams
Methods
__construct()
public ControllerDispatcherEvent::__construct (
string $name,
\com\setasign\SetaFramework\Controller\ControllerDispatcher $controllerDispatcher,
bool $cancelable = false,
array $extraParams = array ( )
)\com\setasign\SetaFramework\Controller\ControllerDispatcher $controllerDispatcher,
bool $cancelable = false,
array $extraParams = array ( )
Parameters
- $name : string
- $controllerDispatcher : \com\setasign\SetaFramework\Controller\ControllerDispatcher
- $cancelable : bool
- $extraParams : array
