Function Module_topics->get_markers
Definitions
forum/pages/modules/topics.php
- Extract marker IDs that were past through in the GET/POST.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A list of markers
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Extract marker IDs that were past through in the GET/POST.
*
* @return array A list of markers
*/
public function get_markers() : array
* Extract marker IDs that were past through in the GET/POST.
*
* @return array A list of markers
*/
public function get_markers() : array
