Documentation

GenderType extends BaseComponent
in package

Table of Contents

Properties

$active  : bool|null
$code  : string|null
$description  : string|null
$gender_type_id  : int|null
$id  : int|null
$pronouns  : string|null
$sort_order  : int|null
$fields  : array<string|int, string>

Properties

$active

public bool|null $active

True if the gender is active

$description

public string|null $description

The gender description

$gender_type_id

public int|null $gender_type_id

The ID of the gender type specific to the school

$id

public int|null $id

The ID of the gender type

$pronouns

public string|null $pronouns

The pronouns associated with the gender type

$sort_order

public int|null $sort_order

The sort order of the gender type

$fields

protected static array<string|int, string> $fields = ["id" => "int", "gender_type_id" => "int", "code" => "string", "description" => "string", "active" => "bool", "sort_order" => "int", "pronouns" => "string"]

        
On this page

Search results