Added parents_only filter to Address/Index

This commit is contained in:
Frank Schubert
2021-06-17 22:46:44 +02:00
parent 8ba7793a66
commit 16d7831d23
6 changed files with 45 additions and 16 deletions

View File

@@ -20,4 +20,7 @@ class Layout extends mfLayout {
return str_replace(".", ",", $num);
}
public function arrayToUrl(Array $array) {
}
}