mirror of
https://github.com/moodle/moodle.git
synced 2025-05-11 10:45:38 +02:00
Merge branch 'MDL-70877' of https://github.com/stronk7/moodle
This commit is contained in:
commit
b64ee9ecf3
lib
@ -1232,12 +1232,6 @@ class external_settings {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Clone - private - can not be cloned
|
||||
*/
|
||||
private final function __clone() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return only one instance
|
||||
*
|
||||
|
@ -34,20 +34,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
*/
|
||||
abstract class file_system {
|
||||
|
||||
/**
|
||||
* Private clone method to prevent cloning of the instance.
|
||||
*/
|
||||
final protected function __clone() {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Private wakeup method to prevent unserialising of the instance.
|
||||
*/
|
||||
final protected function __wakeup() {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Output the content of the specified stored file.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user