Class MemoryStorage
Memory based non-persistent storage for authenticated user record.
- Cake\Auth\Storage\MemoryStorage implements Cake\Auth\Storage\StorageInterface
Properties summary
-
$_redirectUrl
protectedRedirect url.string|null
-
$_user
protectedUser record.array|null
Method Summary
- delete() publicDelete user record.
- read() publicRead user record.
- redirectUrl() publicGet/set redirect URL.
- write() publicWrite user record.
Method Detail
delete()source public
delete( )
Delete user record.
Implementation of
Cake\Auth\Storage\StorageInterface::delete()
read()source public
read( )
Read user record.
Returns
array|nullImplementation of
Cake\Auth\Storage\StorageInterface::read()
redirectUrl()source public
redirectUrl( mixed $url null )
Get/set redirect URL.
Parameters
- mixed
$url
optional null Redirect URL. If
null
returns current URL. Iffalse
deletes currently set URL.
Returns
mixedImplementation of
Cake\Auth\Storage\StorageInterface::redirectUrl()
write()source public
write( array|ArrayAccess $user )
Write user record.
Parameters
- array|ArrayAccess
$user
- User record.
Implementation of
Cake\Auth\Storage\StorageInterface::write()
Properties detail
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/class-Cake.Auth.Storage.MemoryStorage.html