add method descrition for getWorkflowLog()

This commit is contained in:
Uwe Steinmann 2022-02-18 18:01:35 +01:00
parent d91787bf44
commit cffad48b61

View File

@ -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();