Function __global->get_ticket_meta_details
Definitions
sources/tickets2.php
- Get ticket details, except actual posts or ticket type information.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ticket_id | string | required parameter | N/A | N/A | The ticket ID |
$hard_error | boolean | True | N/A | N/A | Exit with an error message if it cannot find the ticket |
Return
- A tuple: The ticket title, the topic ID, the ticket type ID, the ticket owner (null: not found)
- Type: ?array
- Set: N/A
- Range: N/A