Home
last modified time | relevance | path

Searched defs:parameter (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DValidator.php250 public function boolean(string $parameter, bool|null $default = null): bool
274 public function array(string $parameter): array
293 public function float(string $parameter, float|null $default = null): float
320 public function integer(string $parameter, int|null $default = null): int
352 public function route(string $parameter = 'route'): Route
369 public function string(string $parameter, string|null $default = null): string function in Fisharebest\\Webtrees\\Validator
393 public function tree(string $parameter = 'tree'): Tree
404 public function treeOptional(string $parameter = 'tree'): Tree|null
415 public function user(string $parameter = 'user'): UserInterface
/webtrees/app/Module/
H A DHitCountFooterModule.php161 protected function countHit(Tree $tree, string $page, string $parameter): int