Services
Generic service to manage named services using lazy instantiation based on instantiator callback functions
|
Files | |
CannotReplaceActiveServiceException.php | |
Exception thrown when trying to replace an already active service. | |
ContainerDisabledException.php | |
Exception thrown when trying to access a service on a disabled container or factory. | |
DestructibleService.php | |
Interface for destructible services. | |
NoSuchServiceException.php | |
Exception thrown when the requested service is not known. | |
RecursiveServiceDependencyException.php | |
Exception thrown when trying to access a disabled service. | |
SalvageableService.php | |
Interface for salvageable services. | |
ServiceAlreadyDefinedException.php | |
Exception thrown when a service was already defined, but the caller expected it to not exist. | |
ServiceContainer.php | |
Generic service container. | |
ServiceDisabledException.php | |
Exception thrown when trying to access a disabled service. | |