Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
9e33dedc
Commit
9e33dedc
authored
Mar 16, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added return value for User::logout().
parent
3e23f7ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
User.php
framework/web/User.php
+2
-0
No files found.
framework/web/User.php
View file @
9e33dedc
...
@@ -265,6 +265,7 @@ class User extends Component
...
@@ -265,6 +265,7 @@ class User extends Component
* This will remove authentication-related session data.
* This will remove authentication-related session data.
* If `$destroySession` is true, all session data will be removed.
* If `$destroySession` is true, all session data will be removed.
* @param boolean $destroySession whether to destroy the whole session. Defaults to true.
* @param boolean $destroySession whether to destroy the whole session. Defaults to true.
* @return boolean whether the user is logged out
*/
*/
public
function
logout
(
$destroySession
=
true
)
public
function
logout
(
$destroySession
=
true
)
{
{
...
@@ -279,6 +280,7 @@ class User extends Component
...
@@ -279,6 +280,7 @@ class User extends Component
}
}
$this
->
afterLogout
(
$identity
);
$this
->
afterLogout
(
$identity
);
}
}
return
$this
->
getIsGuest
();
}
}
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment