Function __global->get_active_support_user
Definitions
sources/tickets.php
- Find the active support user. Supports the "support_operator" option, for anonymising support.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- Member ID
- Type: MEMBER
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the active support user. Supports the "support_operator" option, for anonymising support.
*
* @return MEMBER Member ID
*/
function get_active_support_user() : int
* Find the active support user. Supports the "support_operator" option, for anonymising support.
*
* @return MEMBER Member ID
*/
function get_active_support_user() : int

