⁘ environment

ENV

go to → Members

Members

read-onlyapp :app.core.AppBase

TODO

read-onlyconfig :object

TODO

read-onlyfeatures :environment.helpers.Features

TODO

read-onlypaths :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
Name Type Description
paths object
argv object
app object
service_worker object

Members

staticread-onlyAPP :app.core.AppBase

TODO

staticread-onlyARGV :utils.Argv

TODO

staticread-onlyFEATURES :environment.helpers.Features

TODO

Methods

staticIF_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 *

write-onlystaticonStart(p_fn)

TODO

Parameters:
Name Type Description
p_fn function