MediaWiki REL1_34
SalvageableService.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\Services;
4
37
57 public function salvage( SalvageableService $other );
58
59}
60
65class_alias( SalvageableService::class, 'MediaWiki\Services\SalvageableService' );
SalvageableService defines an interface for services that are able to salvage state from a previous i...
salvage(SalvageableService $other)
Re-uses state from $other.