Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • AbstractProxy
  • NativeProxy
  • SessionHandlerProxy
  • Overview
  • Namespace
  • Class
  • Tree

Class NativeProxy

NativeProxy.

This proxy is built-in session handlers in PHP 5.3.x

Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
Extended by Symfony\Component\HttpFoundation\Session\Storage\Proxy\NativeProxy
Namespace: Symfony\Component\HttpFoundation\Session\Storage\Proxy
Author: Drak <drak@zikula.org>
Located at Storage/Proxy/NativeProxy.php
Methods summary
public
# __construct( )

Constructor.

Constructor.

public boolean
# isWrapper( )

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

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

Returns

boolean
False

Overrides

Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy::isWrapper()
Methods inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
getId(), getName(), getSaveHandlerName(), isActive(), isSessionHandlerInterface(), setId(), setName()
Properties inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
$active, $saveHandlerName, $wrapper
Ratchet API documentation generated by ApiGen 2.8.0