Ungenutztes Attribut SubjectData->buttonText aus Klasse und properties-Dateien entfernt

This commit is contained in:
Matthias Grief
2024-11-19 16:39:18 +01:00
parent 6d4ba00130
commit 56186f0f6a
4 changed files with 0 additions and 14 deletions

View File

@@ -28,11 +28,6 @@ class SubjectData
*/
public string $color;
/**
* @var string Text des Knopfes der auf die Fachseite weiterführt, nur reiner Text
*/
public string $buttonText;
/**
* @var string Icon des Faches als Font-Awesome CSS-Klasse
*/
@@ -108,12 +103,6 @@ class SubjectData
return null;
}
if (isset($data->buttonText)) {
$result->buttonText = $data->buttonText;
} else {
return null;
}
if (isset($data->icon)) {
$result->icon = $data->icon;
} else {