Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php179 private $wt_report; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
198 $this->wt_report = $report_root;
372 'font' => $attrs['font'] ?? $this->wt_report->default_font,
373 'size' => (float) ($attrs['size'] ?? $this->wt_report->default_font_size),
377 $this->wt_report->addStyle($style);
394 $this->wt_report->page_width = (float) $attrs['customwidth'];
398 $this->wt_report->page_height = (float) $attrs['customheight'];
404 $this->wt_report->left_margin = 0;
406 $this->wt_report->left_margin = (float) $attrs['leftmargin'];
412 $this->wt_report->right_margin = 0;
[all …]
/webtrees/
H A Dphpstan-baseline.neon6460 …message: '#^Property Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\:\$wt_report \(Fishareb…
6466 …message: '#^Property Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\:\$wt_report \(Fishareb…