class EventObserverStorage extends ArrayObject

Class EventObserverStorage

This will handle a collection of event observers all wrapped in an EventObserverProxy object and indexed with a special hash allowing to retrieve a defined observer.

Methods

$this
add( ObserverInterface|array|callable $observer)

No description

$this
remove( ObserverInterface|array|callable $observer)

No description

Details

at line 42
$this add( ObserverInterface|array|callable $observer)

Parameters

ObserverInterface|array|callable $observer | array($object , $method) | $callback

Return Value

$this

at line 56
$this remove( ObserverInterface|array|callable $observer)

Parameters

ObserverInterface|array|callable $observer | array($object , $method) | $callback

Return Value

$this