Function Hook_checklist_polls->get_num_poll_queue

Definitions

sources/hooks/blocks/main_staff_checklist/polls.php

  • Get the number of polls in the queue.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • Number in queue
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the number of polls in the queue.
 *
 * @return integer Number in queue
 */

public function get_num_poll_queue() : int