wip: age based filtering of options

This commit is contained in:
Björn Fromme
2025-08-27 15:02:45 +02:00
parent 47703dc205
commit 369d660e24
17 changed files with 845 additions and 23 deletions
+1
View File
@@ -28,6 +28,7 @@ class TravelParser extends AbstractParser
{
$this->ageConstraintRegistry = new AgeConstraintParserRegistry();
}
/**
* Parse XML node into a Travel object.
*