Function Module_wiki->get_markers
Definitions
site/pages/modules/wiki.php
- Get markers of posts from the POST/GET.
- 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)
/**
* Get markers of posts from the POST/GET.
*
* @return array A list of markers
*/
public function get_markers() : array
* Get markers of posts from the POST/GET.
*
* @return array A list of markers
*/
public function get_markers() : array

