Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php28 return $this->constructRomanString($number, $toUpper);
59 private function constructRomanString($number, $toUpper) function in Mpdf\\Conversion\\DecToRoman