Helping ordinary people create extraordinary websites!


DB_NestedSet::addListener()

DB_NestedSet::addListener()  -- Add an event listener

Description

Adds an event listener and returns an ID for it Known events are nodeCreate nodeDelete nodeUpdate nodeCopy nodeLoad

Parameter

string $event

The event name

string $listener

The listener object

Throws

throws no exceptions thrown

Note

This function can not be called statically.