PHP Class Bolt\Provider\SessionServiceProvider

Author: Carson Full ([email protected])
Inheritance: implements Silex\ServiceProviderInterface
Afficher le fichier Open project: bolt/bolt

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode 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 méthode

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

configure() public méthode

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

parseConnections() protected méthode

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

register() public méthode

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

registerFilesHandler() protected méthode

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

registerFilesystemHandler() protected méthode

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

registerHandlers() protected méthode

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

registerMemcacheHandler() protected méthode

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

registerOptions() protected méthode

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

registerRedisHandler() protected méthode

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