Function __global->report_content_append_text
Definitions
sources/report_content.php
- Get standard text for a report form.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$text | Tempcode | Yes | No | required parameter | N/A | N/A | Append the text here, provided in HTML format |
| $ticket_id | ID_TEXT | No | No | required parameter | N/A | N/A | Ticket ID |
Preview
Code (PHP)
/**
* Get standard text for a report form.
*
* @param Tempcode $text Append the text here, provided in HTML format
* @param ID_TEXT $ticket_id Ticket ID
*/
function report_content_append_text(object &$text, string $ticket_id)
* Get standard text for a report form.
*
* @param Tempcode $text Append the text here, provided in HTML format
* @param ID_TEXT $ticket_id Ticket ID
*/
function report_content_append_text(object &$text, string $ticket_id)

