move getUser() in file

This commit is contained in:
Uwe Steinmann 2017-11-21 08:33:57 +01:00
parent f7224e445e
commit 5543333291

View File

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