| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | public function __construct(\SSpkS\Config $config) |
||
| 13 | { |
||
| 14 | $this->config = $config; |
||
| 15 | |||
| 16 | // ordered by priority (top to bottom) |
||
| 17 | $this->handlerList = array( |
||
| 18 | 'SynologyHandler', |
||
| 19 | 'BrowserRedirectHandler', |
||
| 20 | 'BrowserPackageListHandler', |
||
| 21 | 'BrowserAllPackagesListHandler', |
||
| 22 | 'BrowserDeviceListHandler', |
||
| 23 | 'NotFoundHandler' |
||
| 24 | ); |
||
| 40 |