Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Classes

  • CookieMiddleware
  • CookieProvider
  • CookieQueue
  • SessionMiddleware
  • SessionProvider
  • Overview
  • Namespace
  • Class

Class SessionProvider

Service provider for symfony's session classes.

Autarky\Providers\AbstractProvider implements Autarky\Providers\ProviderInterface, Autarky\Providers\ConsoleProviderInterface
Extended by Autarky\Http\SessionProvider
Namespace: Autarky\Http
Located at Http/SessionProvider.php
Methods summary
public
# register( )

Register the service provider.

Register the service provider.

public SessionHandlerInterface
# makeSessionHandler( )

Make the session handler.

Make the session handler.

Returns

SessionHandlerInterface
public Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface
# makeSessionStorage( )

Make the session storage.

Make the session storage.

Returns

Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface
public Symfony\Component\HttpFoundation\Session\Session
# makeSession( )

Make the session object.

Make the session object.

Returns

Symfony\Component\HttpFoundation\Session\Session
Methods inherited from Autarky\Providers\AbstractProvider
registerConsole(), setApplication()
Properties summary
protected Autarky\Config\ConfigInterface $config
#
protected Autarky\Container\ContainerInterface $dic
#
Properties inherited from Autarky\Providers\AbstractProvider
$app
Autarky Framework API documentation generated by ApiGen