Avolutions\Event\Event
The Event is the base class for every event class.
Properties
Property |
Visibility |
Type |
Description |
$name |
protected |
string |
The name of the Event. |
Methods
Method |
Visibility |
Description |
getName() |
public |
Returns the name of the Event.
This is either the name of the class or if defined the value of the name property. |
The name of the Event.
protected string $name
getName()
Returns the name of the Event.
This is either the name of the class or if defined the value of the name property.
public
getName() : string
Return values
string Returns the name of the Event.
This is either the name of the class or if defined the value of the name property.