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

  • Session

Interfaces

  • SessionBagInterface
  • SessionInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface SessionBagInterface

Session Bag store.

Direct known implementers

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface, Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface, Symfony\Component\HttpFoundation\Session\Storage\MetadataBag

Indirect known implementers

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, Symfony\Component\HttpFoundation\Session\Flash\AutoExpireFlashBag, Symfony\Component\HttpFoundation\Session\Flash\FlashBag
Namespace: Symfony\Component\HttpFoundation\Session
Author: Drak <drak@zikula.org>
Located at SessionBagInterface.php
Methods summary
public string
# getName( )

Gets this bag's name.

Gets this bag's name.

Returns

string
public
# initialize( array & $array )

Initializes the Bag.

Initializes the Bag.

Parameters

$array
array
$array
public string
# getStorageKey( )

Gets the storage key for this bag.

Gets the storage key for this bag.

Returns

string
public mixed
# clear( )

Clears out data from bag.

Clears out data from bag.

Returns

mixed
Whatever data was contained
Ratchet API documentation generated by ApiGen 2.8.0