Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportPdfText.php44 if ($renderer->getCurrentStyle() !== $this->styleName) {
118 if ($renderer->getCurrentStyle() !== $this->styleName) {
H A DReportHtmlFootnote.php57 if ($renderer->getCurrentStyle() !== $this->styleName) {
87 if ($renderer->getCurrentStyle() !== $this->styleName) {
H A DReportHtmlText.php43 if ($renderer->getCurrentStyle() !== $this->styleName) {
119 if ($renderer->getCurrentStyle() !== $this->styleName) {
H A DPdfRenderer.php186 public function getCurrentStyle(): string function in Fisharebest\\Webtrees\\Report\\PdfRenderer
214 return $this->styles[$s] ?? $this->styles[$this->getCurrentStyle()];
H A DHtmlRenderer.php459 public function getCurrentStyle(): string function in Fisharebest\\Webtrees\\Report\\HtmlRenderer
703 $style = $this->getStyle($this->getCurrentStyle());
H A DReportHtmlCell.php53 if ($renderer->getCurrentStyle() !== $this->styleName) {
H A DReportPdfFootnote.php56 if ($renderer->getCurrentStyle() !== $this->styleName) {
H A DReportPdfCell.php52 if ($renderer->getCurrentStyle() !== $this->styleName) {