Function Module_tickets->get_ticket_type_id

Definitions

site/pages/modules/tickets.php

  • Find the selected ticket type ID.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The ticket type ID (null: none specified)
  • Type: ?AUTO_LINK
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the selected ticket type ID.
 *
 * @return ?AUTO_LINK The ticket type ID (null: none specified)
 */

protected function get_ticket_type_id() : ?int