Flintstones\Rest\ServiceProvider::boot PHP Method

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
    public function boot(Application $app)
    {
        // TODO: Implement boot() method.
    }
ServiceProvider