mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 00:15:34 +00:00
add some documentation in comments
This commit is contained in:
parent
48a0ca8cb9
commit
33c10fc1db
|
@ -3404,6 +3404,8 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
|||
|
||||
/**
|
||||
* Return a list of all reviewers separated by individuals and groups
|
||||
* This list will not take the review log into account. Therefore it
|
||||
* can contain which has actually been deleted as a reviewer.
|
||||
*
|
||||
* @return array|bool|null
|
||||
*/
|
||||
|
@ -3433,7 +3435,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
|||
|
||||
/**
|
||||
* Get the current review status of the document content
|
||||
* The review status is a list of reviews and its current status
|
||||
* The review status is a list of reviewers and its current status
|
||||
*
|
||||
* @param integer $limit the number of recent status changes per reviewer
|
||||
* @return array list of review status
|
||||
|
@ -3582,6 +3584,8 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
|||
|
||||
/**
|
||||
* Return a list of all approvers separated by individuals and groups
|
||||
* This list will not take the approval log into account. Therefore it
|
||||
* can contain which has actually been deleted as an approver.
|
||||
*
|
||||
* @return array|bool|null
|
||||
*/
|
||||
|
@ -3611,7 +3615,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
|||
|
||||
/**
|
||||
* Get the current approval status of the document content
|
||||
* The approval status is a list of approvals and its current status
|
||||
* The approval status is a list of approvers and its current status
|
||||
*
|
||||
* @param integer $limit the number of recent status changes per approver
|
||||
* @return array list of approval status
|
||||
|
|
Loading…
Reference in New Issue
Block a user