mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
format class method comment
This commit is contained in:
parent
0163159c84
commit
905b2aa621
|
@ -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='') { /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user