Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DIndividualFactsService.php510 if ($option === '_CHIL' || $this->includeFact($fact, $min_date, $max_date)) {
541 if ($this->includeFact($fact, $min_date, $max_date)) {
574 if ($this->includeFact($fact, $min_date, $max_date)) {
728 if ($this->includeFact($fact, $min_date, $max_date)) {
736 if ($this->includeFact($fact, $min_date, $max_date)) {
750 … ($sosa === 1 && Date::compare($fact->date(), $min_date) < 0 || $this->includeFact($fact, $min_dat…
814 if ($this->includeFact($fact, $min_date, $max_date)) {
832 private function includeFact(Fact $fact, Date $min_date, Date $max_date): bool function in Fisharebest\\Webtrees\\Services\\IndividualFactsService