mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 18:40:39 +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
|
* tblDocumentStatusLog. The method returns also false if the status
|
||||||
* is already set on the value passed to the method.
|
* is already set on the value passed to the method.
|
||||||
*
|
*
|
||||||
* @param integer $status new status of content
|
* @param integer $status new status of content
|
||||||
* @param string $comment comment for this status change
|
* @param string $comment comment for this status change
|
||||||
* @param object $updateUser user initiating the 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
|
* @return boolean true on success, otherwise false
|
||||||
*/
|
*/
|
||||||
function setStatus($status, $comment, $updateUser, $date='') { /* {{{ */
|
function setStatus($status, $comment, $updateUser, $date='') { /* {{{ */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user