PHP Класс Autarky\Http\SessionProvider

Наследование: extends Autarky\Providers\AbstractProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$config Autarky\Config\ConfigInterface
$dic Autarky\Container\ContainerInterface

Открытые методы

Метод Описание
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 ( )

Описание методов

makeSession() публичный Метод

Make the session object.
public makeSession ( ) : Symfony\Component\HttpFoundation\Session\Session
Результат Symfony\Component\HttpFoundation\Session\Session

makeSessionHandler() публичный Метод

Make the session handler.
public makeSessionHandler ( ) : SessionHandlerInterface
Результат SessionHandlerInterface

makeSessionStorage() публичный Метод

Make the session storage.
public makeSessionStorage ( ) : Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface
Результат Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface

register() публичный Метод

public register ( )

Описание свойств

$config защищенное свойство

protected ConfigInterface,Autarky\Config $config
Результат Autarky\Config\ConfigInterface

$dic защищенное свойство

protected ContainerInterface,Autarky\Container $dic
Результат Autarky\Container\ContainerInterface