Documentation

HandlerList
in package

Table of Contents

$class  : string
$handlerSlots  : array<string|int, array<string|int, RegisteredListener>>
$parentList  : HandlerList|null
__construct()  : mixed
clear()  : void
getListenersByPriority()  : array<string|int, RegisteredListener>
getParent()  : HandlerList|null
register()  : void
registerAll()  : void
unregister()  : void

Properties

Methods

__construct()

public __construct(string $class, HandlerList|null $parentList) : mixed
Parameters
$class : string
$parentList : HandlerList|null
Return values
mixed

clear()

public clear() : void
Return values
void

Search results