Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core\moodlenet\course_partial_sender Class Reference
Inheritance diagram for core\moodlenet\course_partial_sender:
core\moodlenet\course_sender core\moodlenet\resource_sender

Public Member Functions

 __construct (int $courseid, protected int $userid, protected moodlenet_client $moodlenetclient, protected client $oauthclient, protected array $cmids, protected int $shareformat=self::SHARE_FORMAT_BACKUP,)
 Constructor for course sender.
 
 share_resource ()
 Share a course to MoodleNet.
 

Public Attributes

int const MAX_FILESIZE = 1070000000
 Maximum upload file size (1.07 GB).
 
int const SHARE_FORMAT_BACKUP = 0
 Backup share format - the content is being shared as a Moodle backup file.
 

Protected Member Functions

 get_resource_description ()
 Fetch the description for the resource being created, in a supported text format.
 
 log_event (string $resourceurl, int $responsecode,)
 Log an event to the admin logs for an outbound share attempt.
 
 prepare_share_contents ()
 Prepare the data for sharing, in the format specified.
 
 validate_course_module_ids (stdClass $course, array $cmids,)
 Validate the course module ids.
 

Static Protected Member Functions

static get_allowed_share_formats ()
 Return the list of supported share formats.
 

Protected Attributes

stdClass stdClass $course
 The course where the activity is located.
 
core context course false core context course false $coursecontext
 The course context.
 
resource_packager resource_packager $packager
 Resource packager.
 

Constructor & Destructor Documentation

◆ __construct()

core\moodlenet\course_partial_sender::__construct ( int $courseid,
protected int $userid,
protected moodlenet_client $moodlenetclient,
protected client $oauthclient,
protected array $cmids,
protected int $shareformat = self::SHARE_FORMAT_BACKUP )

Constructor for course sender.

Parameters
int$courseidThe course ID of the course being shared
int$useridThe user ID who is sharing the activity
moodlenet_client$moodlenetclientThe moodlenet_client object used to perform the share
client$oauthclientThe OAuth 2 client for the MoodleNet instance
int$shareformatThe data format to share in. Defaults to a Moodle backup (SHARE_FORMAT_BACKUP)

Member Function Documentation

◆ get_allowed_share_formats()

static core\moodlenet\course_sender::get_allowed_share_formats ( )
staticprotectedinherited

Return the list of supported share formats.

Return values
arrayArray of supported share format values.

Reimplemented from core\moodlenet\resource_sender.

◆ get_resource_description()

core\moodlenet\course_sender::get_resource_description ( )
protectedinherited

Fetch the description for the resource being created, in a supported text format.

Return values
stringConverted course description.

◆ log_event()

core\moodlenet\course_partial_sender::log_event ( string $resourceurl,
int $responsecode )
protected

Log an event to the admin logs for an outbound share attempt.

Parameters
string$resourceurlThe URL of the draft resource if it was created
int$responsecodeThe HTTP response code describing the outcome of the attempt
Return values
void

Reimplemented from core\moodlenet\course_sender.

◆ prepare_share_contents()

core\moodlenet\resource_sender::prepare_share_contents ( )
protectedinherited

Prepare the data for sharing, in the format specified.

Return values
stored_file

◆ share_resource()

core\moodlenet\course_sender::share_resource ( )
inherited

Share a course to MoodleNet.

Return values
arrayThe HTTP response code from MoodleNet and the MoodleNet draft resource URL (URL empty string on fail). Format: ['responsecode' => 201, 'drafturl' => 'https://draft.mnurl/here']

Reimplemented from core\moodlenet\resource_sender.

◆ validate_course_module_ids()

core\moodlenet\course_partial_sender::validate_course_module_ids ( stdClass $course,
array $cmids )
protected

Validate the course module ids.

Parameters
stdClass$courseCourse object
array$cmidsList of course module ids to check
Return values
void

The documentation for this class was generated from the following file: