customFooterText = $customFooterText; } // Page footer public function Footer() { $this->Cell(0, 10, $this->customFooterText, 0, false, 'C', 0, '', 0, false, 'T', 'M'); } }