X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/blobdiff_plain/ae87133905d183987eb75369fe94bb739a2b1cb9..3794ba5084980f2c3abe9c6a7d2a63c718d79165:/inc/class_erErrorReport.inc diff --git a/inc/class_erErrorReport.inc b/inc/class_erErrorReport.inc index 9a4da19..827dc4d 100644 --- a/inc/class_erErrorReport.inc +++ b/inc/class_erErrorReport.inc @@ -1,29 +1,29 @@ bHidden = ($bHidden == true); } - /////////////////////////////////////////// SETTER FUNCTIONS /////////////////////////////////////////// + ////////////////////////////// SETTER FUNCTIONS ////////////////////////////// /** * @} @@ -120,11 +121,12 @@ class erErrorReport { } /** * Set the visibility of the report - * @param $value (bool) true: the report is only visible for administrators + * @param $value (bool) true: the report is only visible for + * administrators */ function setVisibility($value) { $this->bHidden = $value; } - /////////////////////////////////////////// GETTER FUNCTIONS /////////////////////////////////////////// + ////////////////////////////// GETTER FUNCTIONS ////////////////////////////// /** * @} @@ -132,7 +134,7 @@ class erErrorReport { * @{ */ - /** + /** * Get the unique ID in the database * @return (int) */ @@ -175,4 +177,4 @@ class erErrorReport { /**@}*/ } -?> \ No newline at end of file +?>