mpdf.github.io icon indicating copy to clipboard operation
mpdf.github.io copied to clipboard

Add Documentation for getTemplateSize() method

Open MarcelBolten opened this issue 3 years ago • 0 comments

https://github.com/mpdf/mpdf/blob/3b21745a7b0178c14bf512d79b790a4351c16bce/src/FpdiTrait.php#L283-L286

public function getTemplateSize($tpl, $width = null, $height = null)
{
    return $this->getImportedPageSize($tpl, $width, $height);
}

MarcelBolten avatar Mar 18 '21 07:03 MarcelBolten