StudentAccessRole
extends BaseComponent
in package
An object for access role information.
Table of Contents
Properties
- $has_access : bool|null
- $id : int
- $fields : array<string|int, string>
Properties
$has_access
public
bool|null
$has_access
Set to true to allow access for users with this role.
$id
public
int
$id
The ID of the role
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "has_access" => "bool"]