Home
last modified time | relevance | path

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

/webtrees/app/Elements/
H A DCountOfMarriages.php60 return $this->valueNumeric($value);
H A DGenerationsOfAncestors.php44 return $this->valueNumeric($value);
H A DGenerationsOfDescendants.php44 return $this->valueNumeric($value);
H A DCountOfChildren.php62 return $this->valueNumeric($value);
H A DAbstractElement.php398 public function valueNumeric(string $value): string function in Fisharebest\\Webtrees\\Elements\\AbstractElement