Searched defs:parameter (Results 1 – 2 of 2) sorted by relevance
250 public function boolean(string $parameter, bool|null $default = null): bool274 public function array(string $parameter): array293 public function float(string $parameter, float|null $default = null): float320 public function integer(string $parameter, int|null $default = null): int352 public function route(string $parameter = 'route'): Route369 public function string(string $parameter, string|null $default = null): string function in Fisharebest\\Webtrees\\Validator393 public function tree(string $parameter = 'tree'): Tree404 public function treeOptional(string $parameter = 'tree'): Tree|null415 public function user(string $parameter = 'user'): UserInterface
161 protected function countHit(Tree $tree, string $page, string $parameter): int