Searched refs:report_root (Results 1 – 1 of 1) sorted by relevance
176 private $report_root; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate190 * @param AbstractRenderer $report_root194 …public function __construct(string $report, AbstractRenderer $report_root, array $vars, Tree $tree) argument197 $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 …]