Function Module_topics->view_poll_voters

Definitions

forum/pages/modules/topics.php

  • The UI for displaying who voted on a poll.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • Tempcode for the screen
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The UI for displaying who voted on a poll.
 *
 * @return Tempcode Tempcode for the screen
 */

public function view_poll_voters() : object