X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/blobdiff_plain/3e05075cf3aeff4d23dc9eba7af236ea47cb919d..6d93755ec87c4539f827103f1cf2ba55e2158a9a:/inc/class_erErrorReport.inc diff --git a/inc/class_erErrorReport.inc b/inc/class_erErrorReport.inc index 22cfc42..827dc4d 100644 --- a/inc/class_erErrorReport.inc +++ b/inc/class_erErrorReport.inc @@ -60,7 +60,8 @@ class erErrorReport { * @param $strOwner (string) Account name of the creator * @param $strMachine (string) Machine to which the report refers * @param $strText (string) Text of the report - * @param $bHidden (bool) Indicate if the report can be seen by non-administrators + * @param $bHidden (bool) Indicate if the report can be seen by + * non-administrators * @return erError */ function erErrorReport($tsDate = null, $strOwner = null, $strMachine = null, $strText = null, @@ -75,7 +76,7 @@ class erErrorReport { $this->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 +?>