PHP Class Autarky\Http\SessionProvider

Inheritance: extends Autarky\Providers\AbstractProvider
Afficher le fichier Open project: autarky/framework

Protected Properties

Свойство Type Description
$config Autarky\Config\ConfigInterface
$dic Autarky\Container\ContainerInterface

Méthodes publiques

Méthode Description
makeSession ( ) : Symfony\Component\HttpFoundation\Session\Session Make the session object.
makeSessionHandler ( ) : SessionHandlerInterface Make the session handler.
makeSessionStorage ( ) : Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface Make the session storage.
register ( )

Method Details

makeSession() public méthode

Make the session object.
public makeSession ( ) : Symfony\Component\HttpFoundation\Session\Session
Résultat Symfony\Component\HttpFoundation\Session\Session

makeSessionHandler() public méthode

Make the session handler.
public makeSessionHandler ( ) : SessionHandlerInterface
Résultat SessionHandlerInterface

makeSessionStorage() public méthode

Make the session storage.
public makeSessionStorage ( ) : Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface
Résultat Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface

register() public méthode

public register ( )

Property Details

$config protected_oe property

protected ConfigInterface,Autarky\Config $config
Résultat Autarky\Config\ConfigInterface

$dic protected_oe property

protected ContainerInterface,Autarky\Container $dic
Résultat Autarky\Container\ContainerInterface