add filter for generic doc + fix issues in filter

This commit is contained in:
2023-05-30 12:46:05 +02:00
parent a3d3588b75
commit eb107f5a15
10 changed files with 109 additions and 25 deletions

View File

@@ -91,6 +91,11 @@ class FilterOrderHelper
return $this->checkboxes;
}
public function hasCheckBox(string $name): bool
{
return array_key_exists($name, $this->checkboxes);
}
/**
* @return array<'to': DateTimeImmutable, 'from': DateTimeImmutable>
*/