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

  • VirtualProxy
  • Overview
  • Namespace
  • Class
  • Tree

Class VirtualProxy

SessionHandler proxy.

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

Constructor.

Constructor.

Parameters

$handler
SessionHandlerInterface
$handler

Overrides

Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::__construct()
public string
# getId( )

Gets the session ID.

Gets the session ID.

Returns

string

Overrides

Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy::getId()
public
# setId( string $id )

Sets the session ID.

Sets the session ID.

Parameters

$id
string
$id

Throws

LogicException

Overrides

Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy::setId()
public string
# getName( )

Gets the session name.

Gets the session name.

Returns

string

Overrides

Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy::getName()
Methods inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy
close(), destroy(), gc(), open(), read(), write()
Methods inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
getSaveHandlerName(), isActive(), isSessionHandlerInterface(), isWrapper(), setName()
Properties summary
protected string $_sessionId
#
protected string $_sessionName
#
Properties inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy
$handler
Properties inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
$active, $saveHandlerName, $wrapper
Ratchet API documentation generated by ApiGen 2.8.0