Auth0-PHP

EventDispatcher
in package
implements EventDispatcherInterface

Read onlyYes
FinalYes

Table of Contents

Interfaces

EventDispatcherInterface

Properties

$configuration  : SdkConfiguration

Methods

__construct()  : mixed
EventDispatcher constructor.
dispatch()  : object
Dispatch an event to any subscribed listeners.
getListenerProvider()  : ListenerProviderInterface|null

Properties

Methods

__construct()

EventDispatcher constructor.

public __construct(SdkConfiguration $configuration) : mixed
Parameters
$configuration : SdkConfiguration

Required. Base configuration options for the SDK. See the SdkConfiguration class constructor for options.

dispatch()

Dispatch an event to any subscribed listeners.

public dispatch(object $event) : object
Parameters
$event : object

the event to be dispatched to listeners

Tags
psalm-suppress

MixedFunctionCall

Return values
object

getListenerProvider()

public getListenerProvider() : ListenerProviderInterface|null
Return values
ListenerProviderInterface|null
On this page

Search results