PHP Class Flintstones\Rest\ServiceProvider

Inheritance: implements Silex\ServiceProviderInterface
Datei anzeigen Open project: flintstones/rest

Public Methods

Method Description
boot ( Silex\Application $app ) Bootstraps the application.
register ( Silex\Application $app )

Method Details

boot() public method

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 method

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