Service
        
    Table of Contents
    
    Namespaces
    
            - Attribute
 
            - Test
 
    
    
        Interfaces
        
    
    
                    - ResetInterface
 - Provides a way to reset an object to its initial state.
             - ServiceCollectionInterface
 - A ServiceProviderInterface that is also countable and iterable.
             - ServiceProviderInterface
 - A ServiceProviderInterface exposes the identifiers and the types of services provided by a container.
             - ServiceSubscriberInterface
 - A ServiceSubscriber exposes its dependencies via the static {@link getSubscribedServices} method.
     
    
        Traits
        
    
    
            - ServiceLocatorTrait
 - A trait to help implement ServiceProviderInterface.
         - ServiceMethodsSubscriberTrait
 - Implementation of ServiceSubscriberInterface that determines subscribed services
from methods that have the #[SubscribedService] attribute.
         - ServiceSubscriberTrait
 - Implementation of ServiceSubscriberInterface that determines subscribed services
from methods that have the #[SubscribedService] attribute.