mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add method descrition for getWorkflowLog()
This commit is contained in:
parent
d91787bf44
commit
cffad48b61
|
@ -5315,9 +5315,11 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
|||
|
||||
/**
|
||||
* Get the so far logged operations on the document content within the
|
||||
* workflow
|
||||
* workflow. Even after finishing the workflow (when the document content
|
||||
* does not have workflow set anymore) this function returns the list of all
|
||||
* log entries.
|
||||
*
|
||||
* @return array list of operations
|
||||
* @return array list of objects
|
||||
*/
|
||||
function getWorkflowLog($transition = null) { /* {{{ */
|
||||
$db = $this->_document->getDMS()->getDB();
|
||||
|
|
Loading…
Reference in New Issue
Block a user