Constructor
new DependencyTree(objectManager, moduleResolver, identifier)
Parameters:
Name | Type | Description |
---|---|---|
objectManager |
ObjectManager | |
moduleResolver |
ModuleResolver | |
identifier |
String | The identifier of this tree |
- Source:
Methods
getInstance(moduleName, requestId)
Returns an instance of the current tree
Parameters:
Name | Type | Description |
---|---|---|
moduleName |
string | The name of the module |
requestId |
string | The unique request id to detect circular dependencies |
- Source: