[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 137 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Redis:: (8 methods):
__construct()
retrieveAccessToken()
storeAccessToken()
hasAccessToken()
clearToken()
clearAllTokens()
getRedis()
getKey()
__construct(Predis $redis, $key) X-Ref |
param: Predis $redis An instantiated and connected redis client param: string $key The key to store the token under in redis. |
retrieveAccessToken($service) X-Ref |
{@inheritDoc} |
storeAccessToken($service, TokenInterface $token) X-Ref |
{@inheritDoc} |
hasAccessToken($service) X-Ref |
{@inheritDoc} |
clearToken($service) X-Ref |
{@inheritDoc} |
clearAllTokens() X-Ref |
{@inheritDoc} |
getRedis() X-Ref |
No description |
getKey() X-Ref |
return: string $key |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |