Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php116 private int $process_ifs = 0; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
312 …if ($this->process_footnote && ($this->process_ifs === 0 || $name === 'if') && ($this->process_ged…
333 …if (($this->process_footnote || $name === 'Footnote') && ($this->process_ifs === 0 || $name === 'i…
352 …if ($this->print_data && $this->process_gedcoms === 0 && $this->process_ifs === 0 && $this->proces…
1522 if ($this->process_ifs > 0) {
1523 $this->process_ifs++;
1580 $this->process_ifs++;
1591 if ($this->process_ifs > 0) {
1592 $this->process_ifs--;