PHP 클래스 Autarky\Http\SessionProvider

상속: extends Autarky\Providers\AbstractProvider
파일 보기 프로젝트 열기: autarky/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$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