Function Module_tickets->display_ticket

Definitions

site/pages/modules/tickets.php

  • The UI to either show an existing ticket and allow a reply, or to start a new ticket.
  • 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 either show an existing ticket and allow a reply, or to start a new ticket.
 *
 * @return Tempcode The UI
 */

public function display_ticket() : object