CMS  Version 3.9
event_details.inc File Reference

Go to the source code of this file.

Variables

 $event_id = checkNumeric($_GET["event_id"])
 
if(! $event_id) $event = new Event($event_id)
 
 $helper = new CalendarHelper()
 
 $handler = $helper->getHandler($event)
 

Variable Documentation

◆ $event

if (! $event_id) $event = new Event($event_id)

Definition at line 43 of file event_details.inc.

◆ $event_id

$event_id = checkNumeric($_GET["event_id"])

Definition at line 36 of file event_details.inc.

◆ $handler

$handler = $helper->getHandler($event)

Definition at line 46 of file event_details.inc.

◆ $helper

$helper = new CalendarHelper()

Definition at line 45 of file event_details.inc.