clear() : void
\Zend\Authentication\Exception\ExceptionInterface |
If clearing contents from storage is impossible |
---|
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 |
---|