Function Module_cms_calendar->get_form_fields

Definitions

cms/pages/modules/cms_calendar.php

  • Get the form fields for an event input form.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

There are no entries at this time

Returns

  • A tuple: The input fields, Hidden fields, ...
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the form fields for an event input form.
 *
 * @return array A tuple: The input fields, Hidden fields, ...
 */

public function get_form_fields() : array