PHP Class Bolt\Provider\SessionServiceProvider

Author: Carson Full ([email protected])
Inheritance: implements Silex\ServiceProviderInterface
Show file Open project: bolt/bolt

Public Methods

Method Description
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 )

Protected Methods

Method Description
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 )

Method Details

boot() public method

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

configure() public method

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

parseConnections() protected method

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

register() public method

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

registerFilesHandler() protected method

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

registerFilesystemHandler() protected method

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

registerHandlers() protected method

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

registerMemcacheHandler() protected method

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

registerOptions() protected method

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

registerRedisHandler() protected method

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