Home
last modified time | relevance | path

Searched refs:getDetails (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DInteractiveTreeModule.php234 return response($treeview->getDetails($individual));
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php129 public function getDetails(Individual $individual): string function in Fisharebest\\Webtrees\\Module\\InteractiveTree\\TreeView