Home
last modified time | relevance | path

Searched refs:getFooterOrder (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Module/
H A DModuleFooterInterface.php43 public function getFooterOrder(): int; function
H A DModuleFooterTrait.php49 public function getFooterOrder(): int function
/webtrees/app/Services/
H A DModuleService.php765 …ooterInterface $x, ModuleFooterInterface $y): int => $x->getFooterOrder() <=> $y->getFooterOrder();