API Documentation (v0.9.0-alpha)

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.

Property Details

$name

The name of the Event.

protected string $name

Method Details

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.