Home
last modified time | relevance | path

Searched refs:canShowByType (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/
H A DSource.php40 protected function canShowByType(int $access_level): bool function in Fisharebest\\Webtrees\\Source
52 return parent::canShowByType($access_level);
H A DNote.php64 protected function canShowByType(int $access_level): bool function in Fisharebest\\Webtrees\\Note
80 return parent::canShowByType($access_level);
H A DMedia.php45 protected function canShowByType(int $access_level): bool function in Fisharebest\\Webtrees\\Media
61 return parent::canShowByType($access_level);
H A DGedcomRecord.php976 protected function canShowByType(int $access_level): bool function in Fisharebest\\Webtrees\\GedcomRecord
1140 return $this->canShowByType($access_level);
H A DFamily.php122 protected function canShowByType(int $access_level): bool function in Fisharebest\\Webtrees\\Family
H A DIndividual.php95 protected function canShowByType(int $access_level): bool function in Fisharebest\\Webtrees\\Individual