Difference between revisions of "OnEventJoin"

(Created page with "===Description==== This event trigger when user update event attending status. ===Params=== *'''Event''' - array, consist of event object ===Examples === <syntaxhighlight la...")
(No difference)

Revision as of 18:25, 18 January 2013

Description=

This event trigger when user update event attending status.

Params

  • Event - array, consist of event object

Examples

function onEventJoin($event) 
{
        $eventObj     = $event;
        $description   = $eventObj->description;
        .
        .
        .
}