You are here

public function NullSessionHandler::close in Zircon Profile 8.0

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

File

vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php, line 34

Class

NullSessionHandler
NullSessionHandler.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

public function close() {
  return true;
}