id = $id; CRM_Core_Error::debug_log_message('Access to contribution page with past end date attempted - page number ' . $id); } /** * Get Contribution page ID. * * @return int */ public function getID() { return $this->id; } }