1 | <?php |
||
15 | class DebugServiceProvider extends AbstractSignatureServiceProvider implements BootableServiceProviderInterface |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @inheritdoc |
||
20 | */ |
||
21 | public function provides() |
||
25 | |||
26 | /** |
||
27 | * @inheritdoc |
||
28 | */ |
||
29 | public function register() |
||
34 | |||
35 | public function registerDebug() |
||
41 | |||
42 | public function registerErrorHandler() |
||
54 | |||
55 | public function boot() |
||
59 | } |
||
60 |