| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class Bootstrap implements BootstrapInterface |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Bootstrap method to be called during application bootstrap stage. |
||
| 17 | * |
||
| 18 | * @param Application $app the application currently running |
||
| 19 | */ |
||
| 20 | public function bootstrap($app) |
||
| 26 | } |
||
| 27 | } |
||
| 28 | } |
||
| 29 | |||
| 30 | public function __construct() |
||
| 32 | } |
||
| 33 | } |