mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
add getWorkflow()
This commit is contained in:
parent
a79652e824
commit
01b6de8428
|
@ -1101,6 +1101,10 @@ class SeedDMS_Core_Workflow_Log { /* {{{ */
|
|||
return $this->_transition;
|
||||
} /* }}} */
|
||||
|
||||
function getWorkflow() { /* {{{ */
|
||||
return $this->_workflow;
|
||||
} /* }}} */
|
||||
|
||||
function getUser() { /* {{{ */
|
||||
return $this->_user;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user