Documentation

OneTimeListener
in package
implements ListenerInterface

Table of Contents

Interfaces

ListenerInterface

Properties

$listener  : ListenerInterface
The listener instance.

Methods

__construct()  : mixed
Create a new one time listener instance.
getWrappedListener()  : ListenerInterface
Get the wrapped listener.
handle()  : void
Handle an event.
isListener()  : bool
Check whether the listener is the given parameter.

Properties

Methods

isListener()

Check whether the listener is the given parameter.

public isListener(mixed $listener) : bool
Parameters
$listener : mixed
Tags
inheritdoc
Return values
bool

        
On this page

Search results