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