add getUser()

This commit is contained in:
Uwe Steinmann 2015-12-01 18:06:15 +01:00
parent 0fc1806ca4
commit eee4e2f0eb

View File

@ -170,6 +170,15 @@ class SeedDMS_Session {
return $this->id;
} /* }}} */
/**
* Get user id of session
*
* @return integer user id
*/
function getUser() { /* {{{ */
return $this->data['userid'];
} /* }}} */
/**
* Set user of session
*