Interface StorageInterface

Describes the methods that any class representing an Auth data storage should comply with.

Direct Implementers

Method Summary

Method Detail

delete()source public

delete( )

Delete user record.

read()source public

read( )

Read user record.

Returns

array|null

redirectUrl()source public

redirectUrl( mixed $url null )

Get/set redirect URL.

Parameters

mixed $url optional null

Redirect URL. If null returns current URL. If false deletes currently set URL.

Returns

mixed

write()source public

write( array $user )

Write user record.

Parameters

array $user
User record.

© 2005–2016 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.
http://api.cakephp.org/3.2/class-Cake.Auth.Storage.StorageInterface.html