ServiceEventListener

class OC\EventDispatcher\ServiceEventListener
Lazy service event listener
Makes it possible to lazy-route a dispatched event to a service instance
created by the service container
Source:lib/private/EventDispatcher/ServiceEventListener.php#42

Properties

Methods

public OC\EventDispatcher\ServiceEventListener::__construct($container, $class, $logger)
Source:lib/private/EventDispatcher/ServiceEventListener.php#56
public OC\EventDispatcher\ServiceEventListener::__invoke($event)
Source:lib/private/EventDispatcher/ServiceEventListener.php#64