DB_NestedSet::triggerEvent()

DB_NestedSet::triggerEvent()  -- Triggers and event an calls the event listeners

Synopsis

require_once 'DB/NestedSet.php';

bool DB_NestedSet::triggerEvent (string $event, &$node, array [$eparams = FALSE], object $)

Description

Ce module n'est actuellement pas documenté.

Paramètres

chaîne de caractères $event

The Event that occured

&$node

Node

array $eparams

A associative array of params which may be needed by the handler

object $node

A Reference to the node object which was subject to changes

Valeurs renvoyées

throws no exceptions thrown

Note

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

Exemple