mpdf / mpdf.github.io

mPDF documentation
https://mpdf.github.io
Other
504 stars 160 forks source link

Add Documentation for getTemplateSize() method #157

Open MarcelBolten opened 3 years ago

MarcelBolten commented 3 years ago

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);
}