|
| addService |
Adds a service to this service container.
|
| fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
| getService |
Gets a service from this service container.
|
| getServiceNames |
Gets the names of all the services contained in this service container.
|
| removeService |
Removes a service from this service container.
|
| toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |