\EONConsulting\PHPStencil\src\EventsEvent

Class Event

Summary

Methods
Properties
Constants
__construct()
attach()
detach()
notify()
No public properties found
No constants found
No protected methods found
$storage
N/A
No private methods found
No private properties found
N/A

Properties

$storage

$storage : 

Type

Methods

__construct()

__construct() 

Event constructor.

attach()

attach(\SplObserver  $observer) 

Attach an observer to the event.

Parameters

\SplObserver $observer

detach()

detach(\SplObserver  $observer) 

Detach the observer from the event.

Parameters

\SplObserver $observer

notify()

notify() 

Notify all observers for this method.