mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
add getUser()
This commit is contained in:
parent
448dc172d0
commit
309be28256
|
@ -191,6 +191,8 @@ class SeedDMS_Core_Transmittal {
|
|||
return true;
|
||||
} /* }}} */
|
||||
|
||||
function getUser() { return $this->_user; }
|
||||
|
||||
function getItems() { /* {{{ */
|
||||
$db = $this->_dms->getDB();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user