Documentation

BulkEnrollment extends BaseComponent
in package

Model to define bulk enrollments for both students and teachers

Table of Contents

Properties

$enrollment_date  : string
$id  : int
$section_ids  : string
$user_ids  : string
$fields  : array<string|int, string>

Properties

$enrollment_date

public string $enrollment_date

The effective date that users will be added to the sections. Uses ISO-8601 (24H) format: 2003-04-21T10:29:43

$section_ids

public string $section_ids

Comma delimited list of sections to which you want to add the users listed above into

$user_ids

public string $user_ids

Comma delimited list of ids representing users to be added to the sections listed below

$fields

protected static array<string|int, string> $fields = ["id" => "int", "enrollment_date" => "string", "section_ids" => "string", "user_ids" => "string"]

        
On this page

Search results