Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DTcpdfWrapper.php44 * @param bool $addpage If true add a page, otherwise only return the true/false state
48 public function checkPageBreak($h = 0, $y = null, $addpage = true): bool argument
50 return parent::checkPageBreak($h, $y, $addpage);