MediaWiki
REL1_32
DestructibleService.php
Go to the documentation of this file.
1
<?php
2
namespace
MediaWiki\Services
;
3
35
interface
DestructibleService
{
36
43
public
function
destroy
();
44
45
}
MediaWiki\Services\DestructibleService
DestructibleService defines a standard interface for shutting down a service instance.
Definition
DestructibleService.php:35
MediaWiki\Services\DestructibleService\destroy
destroy()
Notifies the service object that it should expect to no longer be used, and should release any system...
MediaWiki\Services
Definition
CannotReplaceActiveServiceException.php:2
includes
services
DestructibleService.php
Generated on Mon Nov 25 2024 15:57:37 for MediaWiki by
1.10.0