hunt-framework v3.4.6-rc.1 (2021-07-27T09:22:38Z)
Home
Dub
Repo
ConfigServiceProvider
hunt
framework
provider
ConfigServiceProvider
class
ConfigServiceProvider :
ServiceProvider
{
void
register
();
void
registerApplicationConfig
();
void
registerRouteConfigManager
();
void
registerAuthUserConfig
();
void
boot
();
}
Members
Functions
boot
void
boot
()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void
register
()
Undocumented in source. Be warned that the author may not have intended to support it.
registerApplicationConfig
void
registerApplicationConfig
()
Undocumented in source. Be warned that the author may not have intended to support it.
registerAuthUserConfig
void
registerAuthUserConfig
()
Undocumented in source. Be warned that the author may not have intended to support it.
registerRouteConfigManager
void
registerRouteConfigManager
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ServiceProvider
_container
DependencyContainer
_container
;
Undocumented in source.
container
shared
(
DependencyContainer
)
container
()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void
register
()
Register any application services.
boot
void
boot
()
Bootstrap the application events.
Meta
Source
See Implementation
hunt
framework
provider
ConfigServiceProvider
classes
ConfigServiceProvider