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