Function __global->get_member_special_type
Definitions
sources/cns_field_editability.php
- Get special type of a member.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $member_id | MEMBER | No | No | required parameter | N/A | N/A | The ID of the member |
Returns
- Special type
- Type: ID_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get special type of a member.
*
* @param MEMBER $member_id The ID of the member
* @return ID_TEXT Special type
*/
function get_member_special_type(int $member_id) : string
* Get special type of a member.
*
* @param MEMBER $member_id The ID of the member
* @return ID_TEXT Special type
*/
function get_member_special_type(int $member_id) : string
