moodle/backup/controller
Meirza 8a5485a714 MDL-77338 backup: Added class properties that are not declared.
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-04-03 22:39:39 +07:00
..
tests MDL-74548 backup: Unit tests for course copy refactor 2022-06-29 09:13:29 +08:00
backup_controller.class.php MDL-72265 backup: fix checking of override capabilites on restore 2021-08-05 13:54:59 +01:00
base_controller.class.php MDL-77338 backup: Added class properties that are not declared. 2023-04-03 22:39:39 +07:00
restore_controller.class.php MDL-73317 restore: Reset navcache before closing session 2023-02-09 12:03:49 +10:00