N°8771 - Add Symfony form component to iTop core

- IO debug
This commit is contained in:
Benjamin Dalsass
2025-10-24 15:36:51 +02:00
parent eb3c5e4eee
commit a4fbe90579
6 changed files with 17 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ class FormInput extends AbstractFormIO
return $this->oBinding->oOutput->HasValue($sEventType);
}
public function IsConnected(): bool
public function IsBound(): bool
{
return $this->oBinding !== null;
}