Function Module_cms_calendar->get_event_parameters
Definitions
cms/pages/modules/cms_calendar.php
- Get the form posted parameters specifying an event.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A list of parameters in a certain order (see the return command to see the order)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the form posted parameters specifying an event.
*
* @return array A list of parameters in a certain order (see the return command to see the order)
*/
public function get_event_parameters() : array
* Get the form posted parameters specifying an event.
*
* @return array A list of parameters in a certain order (see the return command to see the order)
*/
public function get_event_parameters() : array

