X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FException%2FInactiveContributionPageException.php;h=828a5c5798e059351bd1dc217d71fc060d4cb57c;hb=007c6c6680941de4a893555e62969b3b692d97c1;hp=2c8273dcb05dbeca54ead58634bff1f3d9d3743d;hpb=9d29f5f8596366df6a6ae99b97029da639e03004;p=civicrm-core.git diff --git a/CRM/Contribute/Exception/InactiveContributionPageException.php b/CRM/Contribute/Exception/InactiveContributionPageException.php index 2c8273dcb0..828a5c5798 100644 --- a/CRM/Contribute/Exception/InactiveContributionPageException.php +++ b/CRM/Contribute/Exception/InactiveContributionPageException.php @@ -1,20 +1,31 @@ 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; } + }