You are here

public function NativeProxy::isWrapper in Zircon Profile 8.0

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

Returns true if this handler wraps an internal PHP session save handler using \SessionHandler.

Return value

bool False.

Overrides AbstractProxy::isWrapper

File

vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php, line 37

Class

NativeProxy
NativeProxy.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Proxy

Code

public function isWrapper() {
  return false;
}