Línea 142... |
Línea 142... |
142 |
*
|
142 |
*
|
143 |
* @param string $type Type of the backup; One of backup::TYPE_1COURSE, TYPE_1SECTION, TYPE_1ACTIVITY
|
143 |
* @param string $type Type of the backup; One of backup::TYPE_1COURSE, TYPE_1SECTION, TYPE_1ACTIVITY
|
144 |
* @param int $id The ID of the item to backup; e.g the course id
|
144 |
* @param int $id The ID of the item to backup; e.g the course id
|
145 |
* @param string $format The backup format to use; Most likely backup::FORMAT_MOODLE
|
145 |
* @param string $format The backup format to use; Most likely backup::FORMAT_MOODLE
|
146 |
* @param bool $interactive Whether this backup will require user interaction; backup::INTERACTIVE_YES or INTERACTIVE_NO
|
146 |
* @param bool $interactive Whether this backup will require user interaction; backup::INTERACTIVE_YES or INTERACTIVE_NO
|
147 |
* @param int $mode One of backup::MODE_GENERAL, MODE_IMPORT, MODE_SAMESITE, MODE_HUB, MODE_AUTOMATED
|
147 |
* @param int $mode One of backup::MODE_GENERAL, MODE_IMPORT, MODE_SAMESITE, MODE_AUTOMATED
|
148 |
* @param int $userid The id of the user making the backup
|
148 |
* @param int $userid The id of the user making the backup
|
149 |
* @param bool $releasesession Should release the session? backup::RELEASESESSION_YES or backup::RELEASESESSION_NO
|
149 |
* @param bool $releasesession Should release the session? backup::RELEASESESSION_YES or backup::RELEASESESSION_NO
|
150 |
*/
|
150 |
*/
|
151 |
public function __construct($type, $id, $format, $interactive, $mode, $userid, $releasesession = backup::RELEASESESSION_NO) {
|
151 |
public function __construct($type, $id, $format, $interactive, $mode, $userid, $releasesession = backup::RELEASESESSION_NO) {
|
152 |
$this->type = $type;
|
152 |
$this->type = $type;
|