X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/19e297c21b10b1b8a3acad5e73fc71dcb35db44a..6932310fd58ebef145fa01eb76edf7150284d8ea:/includes/services/SalvageableService.php diff --git a/includes/services/SalvageableService.php b/includes/services/SalvageableService.php new file mode 100644 index 00000000..a613050d --- /dev/null +++ b/includes/services/SalvageableService.php @@ -0,0 +1,58 @@ +destroy() + * after carefully detaching all relevant resources. + * + * @param SalvageableService $other The object to salvage state from. $other must have the + * exact same type as $this. + */ + public function salvage( SalvageableService $other ); + +}