MediaWiki REL1_34
DestructibleService.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\Services;
4
37
44 public function destroy();
45
46}
47
52class_alias( DestructibleService::class, 'MediaWiki\Services\DestructibleService' );
DestructibleService defines a standard interface for shutting down a service instance.
destroy()
Notifies the service object that it should expect to no longer be used, and should release any system...