BaseServicesProvider
UserFrosting services provider Interface.
Tags
Table of Contents
| $ci | ContainerInterface | |
|---|---|---|
| __construct() | Create a new service provider instance. | mixed | 
| register() | Register defined services. | void | 
Properties
$ci
        protected
                ContainerInterface
        $ci
            
            
Methods
__construct()
Create a new service provider instance.
        public
                                __construct(
                    
                            $ci :
                ContainerInterface
                            
                )
        : mixed
    
    
            Parameters
- $ci : ContainerInterface
 
Return values
mixedregister()
Register defined services.
        public
        abstract                        register(
                )
        : void