id = $id; CRM_Core_Error::debug_log_message('inactive contribution page access attempted - page number ' . $id); } /** * Get Contribution page ID. * * @return int */ public function getID() { return $this->id; } }