Total Complexity | 4 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | final class GeneratorRequest extends RequestModel |
||
12 | { |
||
13 | public function __construct(private GiiInterface $gii) |
||
15 | } |
||
16 | |||
17 | public function getGenerator(): GeneratorInterface |
||
18 | { |
||
19 | return $this->gii->getGenerator($this->getAttributeValue('router.generator')); |
||
20 | } |
||
21 | |||
22 | public function getAnswers(): ?array |
||
25 | } |
||
26 | |||
27 | public function getBody(): array |
||
32 |