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