Function Module_calendar->view_calendar

Definitions

site/pages/modules/calendar.php

  • View the main calendar screen, with certain filter allowances.
  • 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)

/**
 * View the main calendar screen, with certain filter allowances.
 *
 * @return Tempcode The UI
 */

public function view_calendar() : object