X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/blobdiff_plain/ae87133905d183987eb75369fe94bb739a2b1cb9..65d6cdfbaae66c99062406937c242ef0612d3a3b:/inc/class_erErrorReport.inc
diff --git a/inc/class_erErrorReport.inc b/inc/class_erErrorReport.inc
index 9a4da19..2b5208f 100644
--- a/inc/class_erErrorReport.inc
+++ b/inc/class_erErrorReport.inc
@@ -1,29 +1,29 @@
nUid = null;
$this->tsDate = intval($tsDate);
$this->strOwner = $strOwner;
@@ -74,15 +75,15 @@ class erErrorReport {
$this->strCommentOwner = null;
$this->bHidden = ($bHidden == true);
}
-
- /////////////////////////////////////////// SETTER FUNCTIONS ///////////////////////////////////////////
-
+
+ ////////////////////////////// SETTER FUNCTIONS //////////////////////////////
+
/**
* @}
* @name Setter functions
* @{
*/
-
+
/**
* Set the unique ID
* @param $value (int)
@@ -120,19 +121,20 @@ 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 //////////////////////////////
+
/**
* @}
* @name Getter functions
* @{
*/
-
- /**
+
+ /**
* Get the unique ID in the database
* @return (int)
*/
@@ -143,7 +145,7 @@ class erErrorReport {
*/
function getDate() { return intval($this->tsDate); }
/**
- * Get the account name of the creator
+ * Get the account name of the creator
* @return (string)
*/
function getOwner() { return $this->strOwner; }
@@ -172,7 +174,7 @@ class erErrorReport {
* @return (bool)
*/
function isHidden() { return ($this->bHidden == true); }
-
+
/**@}*/
}
-?>
\ No newline at end of file
+?>