format class method comment

This commit is contained in:
Uwe Steinmann 2021-10-02 07:29:54 +02:00
parent 0163159c84
commit 905b2aa621

View File

@ -3278,9 +3278,11 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
* tblDocumentStatusLog. The method returns also false if the status
* is already set on the value passed to the method.
*
* @param integer $status new status of content
* @param string $comment comment for this status change
* @param object $updateUser user initiating the status change
* @param integer $status new status of content
* @param string $comment comment for this status change
* @param object $updateUser user initiating the status change
* @param string $date date in the format 'Y-m-d H:i:s'
*
* @return boolean true on success, otherwise false
*/
function setStatus($status, $comment, $updateUser, $date='') { /* {{{ */