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 SessionHandlerProxy

SessionHandler proxy.

Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
Extended by Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy implements SessionHandlerInterface

Direct known subclasses

Ratchet\Session\Storage\Proxy\VirtualProxy
Namespace: Symfony\Component\HttpFoundation\Session\Storage\Proxy
Author: Drak <drak@zikula.org>
Located at Storage/Proxy/SessionHandlerProxy.php
Methods summary
public
# __construct( SessionHandlerInterface $handler )

Constructor.

Constructor.

Parameters

$handler
SessionHandlerInterface
$handler
public
# open( mixed $savePath, mixed $sessionName )

Implementation of

SessionHandlerInterface::open()
public
# close( )

Implementation of

SessionHandlerInterface::close()
public
# read( mixed $sessionId )

Implementation of

SessionHandlerInterface::read()
public
# write( mixed $sessionId, mixed $data )

Implementation of

SessionHandlerInterface::write()
public
# destroy( mixed $sessionId )

Implementation of

SessionHandlerInterface::destroy()
public
# gc( mixed $maxlifetime )

Implementation of

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