Function Module_polls->view_polls
Definitions
site/pages/modules/polls.php
- The UI to view a list of polls.
- 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)
/**
* The UI to view a list of polls.
*
* @return Tempcode The UI
*/
public function view_polls() : object
* The UI to view a list of polls.
*
* @return Tempcode The UI
*/
public function view_polls() : object

