__construct()
clear()
getMember()
getNamespace()
isEmpty()
read()
write()
$member
$namespace
$session
MEMBER_DEFAULT
NAMESPACE_DEFAULT
__construct(mixed $namespace, mixed $member, \Zend\Session\ManagerInterface $manager)
clear() : void
\Zend\Authentication\Exception\ExceptionInterface |
If clearing contents from storage is impossible |
---|
getMember() : string
string
getNamespace() : string
string
isEmpty() : bool
\Zend\Authentication\Exception\ExceptionInterface |
If it is impossible to determine whether storage is empty |
---|
bool
read() : mixed
Behavior is undefined when storage is empty.
\Zend\Authentication\Exception\ExceptionInterface |
If reading contents from storage is impossible |
---|
mixed
write(mixed $contents) : void
mixed
\Zend\Authentication\Exception\ExceptionInterface |
If writing $contents to storage is impossible |
---|
$member : mixed
$namespace : mixed
MEMBER_DEFAULT
NAMESPACE_DEFAULT