mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
move getUser() in file
This commit is contained in:
parent
f7224e445e
commit
5543333291
|
@ -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
|
||||
*
|
||||
|
@ -186,15 +195,6 @@ class SeedDMS_Session {
|
|||
return true;
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Get language of session
|
||||
*
|
||||
* @return string language
|
||||
*/
|
||||
function getUser() { /* {{{ */
|
||||
return $this->data['userid'];
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Set language of session
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user