Documentation

RosterLeader extends BaseComponent
in package

An object with leader information

Table of Contents

Properties

$is_faculty  : bool|null
$is_head  : bool|null
$is_leader  : bool|null
$type  : string|null
$fields  : array<string|int, string>

Properties

$is_faculty

public bool|null $is_faculty

True if the leader is a faculty user

$is_head

public bool|null $is_head

True if the leader is the head teacher, head coach, etc.

$is_leader

public bool|null $is_leader

True if the roster user is a leader.

$fields

protected static array<string|int, string> $fields = ["is_leader" => "bool", "is_head" => "bool", "is_faculty" => "bool", "type" => "string"]

        
On this page

Search results