Open Monograph Press  3.3.0
NativeProxy.php
1 <?php
2 
3 /*
4  * This file is part of the Symfony package.
5  *
6  * (c) Fabien Potencier <fabien@symfony.com>
7  *
8  * For the full copyright and license information, please view the LICENSE
9  * file that was distributed with this source code.
10  */
11 
13 
22 {
26  public function __construct()
27  {
28  // this makes an educated guess as to what the handler is since it should already be set.
29  $this->saveHandlerName = ini_get('session.save_handler');
30  }
31 
37  public function isWrapper()
38  {
39  return false;
40  }
41 }
Symfony\Component\HttpFoundation\Session\Storage\Proxy\NativeProxy\isWrapper
isWrapper()
Definition: NativeProxy.php:37
Symfony\Component\HttpFoundation\Session\Storage\Proxy\NativeProxy
Definition: NativeProxy.php:21
Symfony\Component\HttpFoundation\Session\Storage\Proxy\NativeProxy\__construct
__construct()
Definition: NativeProxy.php:26
Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
Definition: lib/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:19
Symfony\Component\HttpFoundation\Session\Storage\Proxy
Definition: lib/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:12