Function __global->get_probation_group
Definitions
sources/cns_groups.php
- Get the probation usergroup ID.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- Probation usergroup ID (null: none)
- Type: ?GROUP
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the probation usergroup ID.
*
* @return ?GROUP Probation usergroup ID (null: none)
*/
function get_probation_group() : ?int
* Get the probation usergroup ID.
*
* @return ?GROUP Probation usergroup ID (null: none)
*/
function get_probation_group() : ?int
