Function Module_tickets->toggle_ticket_closed

Definitions

site/pages/modules/tickets.php

  • Actualise to toggle the closed state of a 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)

/**
 * Actualise to toggle the closed state of a ticket.
 *
 * @return Tempcode The UI
 */

public function toggle_ticket_closed() : object