Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DHtmlRenderer.php85 public array $printedfootnotes = []; variable in Fisharebest\\Webtrees\\Report\\HtmlRenderer
129 if (!empty($this->printedfootnotes)) {
130 foreach ($this->printedfootnotes as $element) {
417 $ct = count($this->printedfootnotes);
421 if ($this->printedfootnotes[$i]->getValue() === $val) {
426 return $this->printedfootnotes[$i];
433 $this->printedfootnotes[] = $footnote;
489 foreach ($this->printedfootnotes as $element) {
H A DPdfRenderer.php59 public array $printedfootnotes = []; variable in Fisharebest\\Webtrees\\Report\\PdfRenderer
115 foreach ($this->printedfootnotes as $element) {
262 foreach ($this->printedfootnotes as $element) {
293 $ct = count($this->printedfootnotes);
297 if ($this->printedfootnotes[$i]->getValue() === $val) {
302 return $this->printedfootnotes[$i];
309 $this->printedfootnotes[] = $footnote;