PHP Class Flintstones\Rest\ServiceProvider

Inheritance: implements Silex\ServiceProviderInterface
Afficher le fichier Open project: flintstones/rest

Méthodes publiques

Méthode Description
boot ( Silex\Application $app ) Bootstraps the application.
register ( Silex\Application $app )

Method Details

boot() public méthode

This method is called after all services are registers and should be used for "dynamic" configuration (whenever a service must be requested).
public boot ( Silex\Application $app )
$app Silex\Application

register() public méthode

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