Typedef
Static Public Summary | ||
public |
|
|
public |
ProviderRegisterMethod(app: Jimple): function |
|
public |
|
|
public |
|
Static Public
public Provider: Object source
Properties:
Name | Type | Attribute | Description |
register | ProviderRegisterMethod | The method that gets called when registering the provider. |
public ProviderRegisterMethod(app: Jimple): function source
Params:
Name | Type | Attribute | Description |
app | Jimple | A reference to the dependency injection container. |
public Target: Object source
Properties:
Name | Type | Attribute | Description |
name | string | The target name. |
|
path | string | The path to the target execution file. |
|
node | boolean | Whether the target type is |
|
options | Object | The options to customize the target that will be taken from the projext target |
|
exec | string |
|
The absolute path to the executable file. This is generated on runtime when the file is loaded, not before. |