Interface StorageInterface
Describes the methods that any class representing an Auth data storage should comply with.
Direct Implementers
Method Summary
-
delete() public
Delete user record. -
read() public
Read user record. -
redirectUrl() public
Get/set redirect URL. -
write() public
Write user record.
Method Detail
redirectUrl() 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
mixed