You are here

public function SessionInterface::clear in Zircon Profile 8.0

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

Clears all attributes.

1 method overrides SessionInterface::clear()
Session::clear in vendor/symfony/http-foundation/Session/Session.php
Clears all attributes.

File

vendor/symfony/http-foundation/Session/SessionInterface.php, line 151

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function clear();