This commit is contained in:
Sara Arjona
2021-03-02 09:29:17 +01:00
2 changed files with 0 additions and 20 deletions
-6
View File
@@ -1232,12 +1232,6 @@ class external_settings {
}
}
/**
* Clone - private - can not be cloned
*/
private final function __clone() {
}
/**
* Return only one instance
*
-14
View File
@@ -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.
*