Conditions | 3 |
Paths | 2 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | protected function afterDetection() |
||
25 | { |
||
26 | if(\array_key_exists('hasModel', $this->additionalInfo['originalInfo']) && $this->additionalInfo['originalInfo']['hasModel'] === true) { |
||
27 | // detect model |
||
28 | $detector = new ModelDetector(); |
||
29 | $detector->init($this->detector); |
||
30 | $detector->detect($this->additionalInfo); |
||
31 | } |
||
32 | parent::afterDetection(); |
||
33 | } |
||
34 | } |