Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php146 private $current_element; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
199 $this->current_element = new ReportBaseElement();
353 $this->current_element->addText($data);
619 $this->current_element = $this->report_root->createCell(
645 $this->wt_report->addElement($this->current_element);
655 $this->current_element->addText(Registry::timestampFactory()->now()->isoFormat('LLLL'));
665 $this->current_element->addText('#PAGENUM#');
675 $this->current_element->addText('{{:ptp:}}');
893 $this->current_element = $this->wt_report;
897 assert($this->current_element instanceof ReportBaseElement, new LogicException());
[all …]
/webtrees/
H A Dphpstan-baseline.neon7576 …message: '#^Property Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\:\$current_element \(Fi…