mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +02:00
N°8772 - dynamic form
This commit is contained in:
@@ -23,6 +23,9 @@ class DependencyMap
|
||||
/** @var array array of blocks with dependencies group by dependence */
|
||||
private array $aBlocksWithDependenciesGroupByDependence = [];
|
||||
|
||||
/** @var array array of binding */
|
||||
private array $aBindings = [];
|
||||
|
||||
/** @var array array of binding (OUT > OUT) grouped by block and output name */
|
||||
private array $aBindingsOutputToInput = [];
|
||||
|
||||
@@ -148,6 +151,7 @@ class DependencyMap
|
||||
|
||||
// add to map
|
||||
$map[$sBlockName][$sIOName][] = $oBinding;
|
||||
$this->aBindings[] = $oBinding;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -240,4 +244,9 @@ class DependencyMap
|
||||
{
|
||||
return $this->aBindingsOutputToOutputs;
|
||||
}
|
||||
|
||||
public function GetBindings()
|
||||
{
|
||||
return $this->aBindings;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user