Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php176 private $report_root; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
190 * @param AbstractRenderer $report_root
194 …public function __construct(string $report, AbstractRenderer $report_root, array $vars, Tree $tree) argument
197 $this->report_root = $report_root;
198 $this->wt_report = $report_root;
619 $this->current_element = $this->report_root->createCell(
869 $this->wt_report = $this->report_root->createTextBox(
927 $this->current_element = $this->report_root->createText($style, $color);
1620 $this->current_element = $this->report_root->createFootnote($style);
1730 …$image = $this->report_root->createImageFromObject($media_file, $left, $top, $width, $height, $ali…
[all …]