PHP 클래스 Bolt\Provider\SessionServiceProvider

저자: Carson Full ([email protected])
상속: implements Silex\ServiceProviderInterface
파일 보기 프로젝트 열기: bolt/bolt

공개 메소드들

메소드 설명
boot ( Silex\Application $app )
configure ( Silex\Application $app ) This should be the only place in this class that is specific to bolt.
register ( Silex\Application $app )

보호된 메소드들

메소드 설명
parseConnections ( $options, $defaultHost, $defaultPort, $defaultScheme = 'tcp' )
registerFilesHandler ( Silex\Application $app )
registerFilesystemHandler ( Silex\Application $app )
registerHandlers ( Silex\Application $app )
registerMemcacheHandler ( Silex\Application $app )
registerOptions ( Silex\Application $app )
registerRedisHandler ( Silex\Application $app )

메소드 상세

boot() 공개 메소드

public boot ( Silex\Application $app )
$app Silex\Application

configure() 공개 메소드

This should be the only place in this class that is specific to bolt.
public configure ( Silex\Application $app )
$app Silex\Application

parseConnections() 보호된 메소드

protected parseConnections ( $options, $defaultHost, $defaultPort, $defaultScheme = 'tcp' )

register() 공개 메소드

public register ( Silex\Application $app )
$app Silex\Application

registerFilesHandler() 보호된 메소드

protected registerFilesHandler ( Silex\Application $app )
$app Silex\Application

registerFilesystemHandler() 보호된 메소드

protected registerFilesystemHandler ( Silex\Application $app )
$app Silex\Application

registerHandlers() 보호된 메소드

protected registerHandlers ( Silex\Application $app )
$app Silex\Application

registerMemcacheHandler() 보호된 메소드

protected registerMemcacheHandler ( Silex\Application $app )
$app Silex\Application

registerOptions() 보호된 메소드

protected registerOptions ( Silex\Application $app )
$app Silex\Application

registerRedisHandler() 보호된 메소드

protected registerRedisHandler ( Silex\Application $app )
$app Silex\Application