mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
collections
This commit is contained in:
@@ -34,6 +34,14 @@ class CollectionBlock extends AbstractTypeFormBlock
|
||||
return CollectionFormType::class;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return AbstractFormBlock
|
||||
*/
|
||||
public function GetPrototypeBlock(): AbstractFormBlock
|
||||
{
|
||||
return $this->oPrototypeBlock;
|
||||
}
|
||||
|
||||
public function EntryDependsOnParent(string $sInputName, string $sParentInputName): AbstractFormBlock
|
||||
{
|
||||
$this->oPrototypeBlock->InputDependsOnParent($sInputName, $sParentInputName);
|
||||
|
||||
Reference in New Issue
Block a user