Function Module_calendar->unsubscribe_event
Definitions
site/pages/modules/calendar.php
- Unsubscribe for reminders to an event.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Unsubscribe for reminders to an event.
*
* @return Tempcode The UI
*/
public function unsubscribe_event() : object
* Unsubscribe for reminders to an event.
*
* @return Tempcode The UI
*/
public function unsubscribe_event() : object

