registerService() registerService(string $serviceKey,mixed $object): void method to register a service Parameters string $serviceKey the key for the service mixed $object
hasService() hasService(string $serviceKey): boolean checks if a service is registered Parameters string $serviceKey Returnsboolean
getService() getService(string $serviceKey): mixed returns a service Parameters string $serviceKey the service key Returnsmixed