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

$canceled

protected bool Event::$canceled = false

$extraParams

protected array Event::$extraParams

$name

protected string Event::$name

Methods

__construct()

public ControllerDispatcherEvent::__construct (
string $name,
\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
 

getExtraParams()

public Event::getExtraParams (
void
): array

getName()

public Event::getName (
void
): string

isCanceled()

public Event::isCanceled (
void
): bool

setCanceled()

public Event::setCanceled (
void
): self

Cancels the event. The other listeners will be called.