get(name, [caller]);
Return an instance of the service.
Parameters
Param | Type | Details |
---|---|---|
name | string | The name of the instance to retrieve. |
caller (optional) | string | An optional string to provide the origin of the function call for error messages. |
Returns
* |
The instance. |
Please login to continue.