alias=$options['_restAlias']; if ($options['name']) $this->action=$options['name']; } function exec(&$Doc) { $Doc->addItemProp('JSs', 'js/event_functions.js'); $Events = SiteMap::getObj('Event/Event.php', $_REQUEST['id']); $Show = SiteMap::getObj('Event/Show/Show.php', &$Doc, $Events, $this->action, $this->alias); $Show->exec(); } function getNames() { return array('Calendar', 'Show', 'RegistrationForm', 'VCSFile'); } }