Home
last modified time | relevance | path

Searched defs:chart (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Module/
H A DTimelineChartModule.php232 protected function chart(Tree $tree, array $xrefs, int $scale): ResponseInterface function in Fisharebest\\Webtrees\\Module\\TimelineChartModule
H A DLifespansChartModule.php243 protected function chart(Tree $tree, array $xrefs): ResponseInterface function in Fisharebest\\Webtrees\\Module\\LifespansChartModule
H A DRelationshipsChartModule.php289 …public function chart(Individual $individual1, Individual $individual2, int $recursion, int $ances… function in Fisharebest\\Webtrees\\Module\\RelationshipsChartModule
H A DFanChartModule.php260 …protected function chart(Individual $individual, int $style, int $width, int $generations): Respon… function in Fisharebest\\Webtrees\\Module\\FanChartModule
/webtrees/app/
H A DAuth.php283 …checkIndividualAccess(Individual|null $individual, bool $edit = false, bool $chart = false): Indiv…