Members
app :app.core.AppBase
TODO
config :object
TODO
features :environment.helpers.Features
TODO
paths :array
TODO
Methods
RegisterServices(…args)
Add any number of services to be started during bootstrap.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
args |
services.ServiceBase |
<repeatable> |
Service constructor to InitializeAndStart |
Start(p_config)
Starts the environment :
- process the provided config object
- register & initialize the registered services
Parameters:
| Name | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
p_config |
object |
Properties
|
Members
APP :app.core.AppBase
TODO
ARGV :utils.Argv
TODO
FEATURES :environment.helpers.Features
TODO
Methods
IF_NODE(p_ifNodeIsEnabled, p_ifNodeIsDisabled) → {*}
Checks whether nodejs is enabled and return the value according to that.
Parameters:
| Name | Type | Description |
|---|---|---|
p_ifNodeIsEnabled |
* | |
p_ifNodeIsDisabled |
* |
onStart(p_fn)
TODO
Parameters:
| Name | Type | Description |
|---|---|---|
p_fn |
function |