Documentation

Deprecated

Table of Contents

src/Api/ContentMigrations/MigrationIssue.php
src/Api/Courses/Course.php
src/Api/Groups/Group.php
src/Dto/GroupCategories/CreateGroupCategoryDTO.php
src/Dto/GroupCategories/UpdateGroupCategoryDTO.php
src/Pagination/PaginatedResponse.php

MigrationIssue.php

Line Element Reason
94 MigrationIssue::setContentMigration()

This method is no longer used and will be removed in a future version

105 MigrationIssue::checkContentMigration()

This method is no longer used and will be removed in a future version

Course.php

Line Element Reason
1076 Course::getStudents()

Use getUsers() with enrollment_type[] = ['student'] instead

Group.php

Line Element Reason
390 Group::addUser()

Use createMembership() for more control

CreateGroupCategoryDTO.php

Line Element Reason
53 CreateGroupCategoryDTO::$splitGroupCount

Use assign_unassigned_members endpoint instead

UpdateGroupCategoryDTO.php

Line Element Reason
53 UpdateGroupCategoryDTO::$splitGroupCount

Use assign_unassigned_members endpoint instead

PaginatedResponse.php

Line Element Reason
437 PaginatedResponse::fetchAllPages()

Use all() instead

Search results