Home
last modified time | relevance | path

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

/webtrees/app/Elements/
H A DNoteStructure.php123 $html = $this->valueFormatted($value, $tree);
147 $html = $this->valueFormatted($value, $tree);
H A DSubmitterText.php67 return $this->valueFormatted($value, $tree);
H A DTextFromSource.php72 return $this->valueFormatted($value, $tree);
H A DXrefSource.php99 return $this->valueFormatted($value, $tree);
H A DAbstractElement.php358 protected function valueFormatted(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\AbstractElement