- The added line is THIS COLOR.
- The deleted line is THIS COLOR.
#freeze uid:1 aid:0 gid:0
// author:1
// author_ucd:d9G8ajWEStk6 nobunobu
**Site.Login
****用途
セッション継続時に、セッション変数'xoopsUserId'を元にして、対話中のユーザの情報を取得し、$xoopUserオブジェクトの生成を行う。
****パラメータ
&$xoopsUser : XoopsUserオブジェクト
****宣言箇所
Legacy_Controller::Legacy_Controller() (/modules/base/kernel/Legacy_Controller.class.php)
****標準実装関数
User_Login::login(&$xoopsUser) (/modules/user/preload/Primary/Primary.class.php)
****Purpose
While interactive session is continuing, get a user information using session parameter 'xoopsUserId'.
****Parameters
:''&$xoopsUser''|XoopsUser Object~
Create a proper XoopsUser Object and set it to $xoopsUser
****Defining point
''Legacy_Controller::Legacy_Controller()'' : [/modules/base/kernel/Legacy_Controller.class.php]
****Calling point
''Legacy_Controller::_setupUser()'' : [/modules/base/kernel/Legacy_Controller.class.php]
****Standard Implementation
''User_Login::login(&$xoopsUser)'' - [/modules/user/preload/Primary/Primary.class.php]~
''Legacy_SiteClose::callbackSiteLogin(&$xoopsUser)'' - [/modules/base/preload/Primary/SiteClose.class.php]