mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +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;
|
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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user