| 1 | <?php |
||
| 17 | class JshrinkServiceProvider implements ServiceProviderInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Registers services and parameters on the app. |
||
| 21 | * |
||
| 22 | * @param Application $app Silex application. |
||
| 23 | */ |
||
| 24 | 3 | public function register(Application $app) |
|
| 30 | |||
| 31 | /** |
||
| 32 | * Bootstraps the services. |
||
| 33 | * |
||
| 34 | * @param Application $app Silex application. |
||
| 35 | */ |
||
| 36 | 3 | public function boot(Application $app) |
|
| 49 | } |
||
| 50 |