MedicalSecurityRole
extends BaseComponent
in package
Table of Contents
Properties
- $has_access : bool|null
- $role_id : int|null
- $fields : array<string|int, string>
Properties
$has_access
public
bool|null
$has_access
Set to true to allow access for this type of user
$role_id
public
int|null
$role_id
The ID of role
$fields
protected
static array<string|int, string>
$fields
= ["role_id" => "int", "has_access" => "bool"]