You are here

public function SessionStorageInterface::clear in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php \Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface::clear()

Clear all session data in memory.

2 methods override SessionStorageInterface::clear()
MockArraySessionStorage::clear in vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
Clear all session data in memory.
NativeSessionStorage::clear in vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
Clear all session data in memory.

File

vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php, line 115

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function clear();