JsonqServiceProvider
extends ServiceProvider
in package
Table of Contents
Methods
- boot() : mixed
- Bootstrap the application services.
- provides() : array<string|int, string>
- Get the services provided by the provider.
- register() : mixed
- Register the application services.
- registerJsonManager() : mixed
- register JsonManager.
- registerJsonq() : mixed
- Register Talk class.
- setupConfig() : mixed
- Setup the config.
Methods
boot()
Bootstrap the application services.
public
boot() : mixed
provides()
Get the services provided by the provider.
public
provides() : array<string|int, string>
Return values
array<string|int, string>register()
Register the application services.
public
register() : mixed
registerJsonManager()
register JsonManager.
protected
registerJsonManager() : mixed
registerJsonq()
Register Talk class.
protected
registerJsonq() : mixed
setupConfig()
Setup the config.
protected
setupConfig() : mixed