MediaWiki
REL1_34
DestructibleService.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Wikimedia\Services
;
4
36
interface
DestructibleService
{
37
44
public
function
destroy
();
45
46
}
47
52
class_alias( DestructibleService::class,
'MediaWiki\Services\DestructibleService'
);
Wikimedia\Services\DestructibleService
DestructibleService defines a standard interface for shutting down a service instance.
Definition
DestructibleService.php:36
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
Definition
CannotReplaceActiveServiceException.php:3
includes
libs
services
DestructibleService.php
Generated on Fri Apr 5 2024 23:10:12 for MediaWiki by
1.9.8