4.18.1Class NestModule

Base class for all the modules in the nest system.

Class NestModule( instance )

Specifically, this exposes some common properties and behavior for the Services and the Data Managers.

Properties
configurationSet of configuration values to be used by configuration binder.
homedirSet by nest at load time.
instanceAllows multiple instances
Methods
fullNameReturns the full name of the service.

Properties

configuration

Set of configuration values to be used by configuration binder.

homedir

Set by nest at load time.

This is the path where the "main.fal" service file was found. Skins and other resource files are relative to that directory.

instance

Allows multiple instances

Methods

fullName

Returns the full name of the service.

fullName()
Made with http://www.falconpl.org