Service
abstract class Service
Abstract service.
Properties
| protected Application | $app | Application. | |
| protected Container | $container | Container. | |
| protected Config | $config | Config. | 
Methods
                    register()
        
                                            
                
            Registers the service.
Details
        at         line 49
                            
    __construct(Application $app, Container $container, Config $config)
        
    
    Constructor.
        at         line 61
            abstract                
    register()
        
    
    Registers the service.