* @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,
$this->bHidden = ($bHidden == true);
}
- /////////////////////////////////////////// SETTER FUNCTIONS ///////////////////////////////////////////
+ ////////////////////////////// SETTER FUNCTIONS //////////////////////////////
/**
* @}
}
/**
* Set the visibility of the report
- * @param $value (bool) <tt>true</tt>: the report is only visible for administrators
+ * @param $value (bool) <tt>true</tt>: the report is only visible for
+ * administrators
*/
function setVisibility($value) { $this->bHidden = $value; }
- /////////////////////////////////////////// GETTER FUNCTIONS ///////////////////////////////////////////
+ ////////////////////////////// GETTER FUNCTIONS //////////////////////////////
/**
* @}
* @{
*/
- /**
+ /**
* Get the unique ID in the database
* @return (int)
*/
/**@}*/
}
-?>
\ No newline at end of file
+?>