add getWorkflow()

This commit is contained in:
Uwe Steinmann 2016-09-16 11:20:32 +02:00
parent a79652e824
commit 01b6de8428

View File

@ -1101,6 +1101,10 @@ class SeedDMS_Core_Workflow_Log { /* {{{ */
return $this->_transition;
} /* }}} */
function getWorkflow() { /* {{{ */
return $this->_workflow;
} /* }}} */
function getUser() { /* {{{ */
return $this->_user;
} /* }}} */