| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | abstract class DomainBootloader extends Bootloader |
||
| 20 | { |
||
| 21 | // the set of interceptors for the domain code |
||
| 22 | protected const INTERCEPTORS = []; |
||
| 23 | |||
| 24 | 36 | protected static function domainCore( |
|
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Defines list of interceptors. |
||
| 43 | */ |
||
| 44 | 36 | protected static function defineInterceptors(): array |
|
| 49 |