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