Added alternative flag to Signal element in TDFs

This commit is contained in:
Nav
2024-10-04 23:45:16 +01:00
parent 876d402baa
commit d906f2f426
198 changed files with 10442 additions and 10410 deletions

View File

@@ -394,6 +394,7 @@ class FromXmlService
return new Signal(
$attributes['name'] ?? null,
$attributes['pad-key'] ?? null,
isset($attributes['alternative']) ? (bool) $attributes['alternative'] : null,
$this->stringService->tryStringToInt($attributes['index'] ?? null),
$attributes['function'] ?? null,
$attributes['field'] ?? null