DB_NestedSet::removeListener()

DB_NestedSet::removeListener()  -- Removes an event listener

Synopsis

require_once 'DB/NestedSet.php';

bool DB_NestedSet::removeListener (string $event, string $listenerID)

Description

Removes the event listener with the given ID

Paramètres

chaîne de caractères $event

The ivent name

chaîne de caractères $listenerID

The listener's ID

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.

Exemple