Role
extends BaseComponent
in package
Role Model
Table of Contents
Properties
- $base_role_id : int|null
- $hidden : bool|null
- $id : int|null
- $name : string|null
- $fields : array<string|int, string>
Properties
$base_role_id
public
int|null
$base_role_id
The ID used to associate roles with the original role; all roles are based upon preexisting base role IDs
$hidden
public
bool|null
$hidden
Returns True if the role is hidden
$id
public
int|null
$id
The ID of a role
$name
public
string|null
$name
The label used to identify a role
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "base_role_id" => "int", "hidden" => "bool", "name" => "string"]