add getUser()

This commit is contained in:
Uwe Steinmann 2015-05-12 19:08:55 +02:00
parent 448dc172d0
commit 309be28256

View File

@ -191,6 +191,8 @@ class SeedDMS_Core_Transmittal {
return true;
} /* }}} */
function getUser() { return $this->_user; }
function getItems() { /* {{{ */
$db = $this->_dms->getDB();