Function Module_admin_tickets->edit_ticket_type
Definitions
adminzone/pages/modules/admin_tickets.php
- The UI to edit a ticket type.
- 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 edit a ticket type.
*
* @return Tempcode The UI
*/
public function edit_ticket_type() : object
* The UI to edit a ticket type.
*
* @return Tempcode The UI
*/
public function edit_ticket_type() : object

