public function NativeProxy::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php \Symfony\Component\HttpFoundation\Session\Storage\Proxy\NativeProxy::__construct()
Constructor.
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ Proxy/ NativeProxy.php, line 26
Class
- NativeProxy
- NativeProxy.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\ProxyCode
public function __construct() {
// this makes an educated guess as to what the handler is since it should already be set.
$this->saveHandlerName = ini_get('session.save_handler');
}