Function Module_admin_tickets->_send_email_as_ticket

Definitions

adminzone/pages/modules/admin_tickets.php

  • The actualiser for sending an e-mail as a support ticket.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • The UI for sending e-mail as ticket to another recipient
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The actualiser for sending an e-mail as a support ticket.
 *
 * @return Tempcode The UI for sending e-mail as ticket to another recipient
 */

public function _send_email_as_ticket() : object