MediaWiki REL1_31
SalvageableService.php
Go to the documentation of this file.
1<?php
2namespace MediaWiki\Services;
3
36
56 public function salvage( SalvageableService $other );
57
58}
SalvageableService defines an interface for services that are able to salvage state from a previous i...
salvage(SalvageableService $other)
Re-uses state from $other.