You are here

protected property AbstractProxy::$wrapper in Zircon Profile 8.0

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

Flag if handler wraps an internal PHP session handler (using \SessionHandler).

Type: bool

File

vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php, line 26

Class

AbstractProxy
AbstractProxy.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Proxy

Code

protected $wrapper = false;