N°7063 - Forms SDK - Add Symfony forms component

error forms issue
This commit is contained in:
Benjamin Dalsass
2024-01-09 10:24:30 +01:00
parent 0461cd7d51
commit cc367fa19e
14 changed files with 120 additions and 177 deletions

View File

@@ -36,6 +36,8 @@ class FormFieldDescription
* @param string $sName
* @param FormFieldTypeEnumeration $oType
* @param array $aOptions
*
* @throws \Exception
*/
public function __construct(
private readonly string $sName,