mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°8772 - automatic dependency in controller WIP
This commit is contained in:
@@ -146,6 +146,11 @@ class FormBuilder implements FormBuilderInterface, IteratorAggregate
|
||||
return $this->oDependencyHandler;
|
||||
}
|
||||
|
||||
public function GetDependencyMap(): ?DependencyMap
|
||||
{
|
||||
return $this->oDependencyHandler?->GetMap();
|
||||
}
|
||||
|
||||
// pure decoration of FormBuilderInterface
|
||||
|
||||
public function add(string|FormBuilderInterface $child, ?string $type = null, array $options = []): static
|
||||
|
||||
Reference in New Issue
Block a user