1 | <?php |
||
7 | class CreateControllerSolution implements Solution |
||
8 | { |
||
9 | /** @var string */ |
||
10 | protected $class; |
||
11 | |||
12 | public function __construct(string $class) |
||
16 | |||
17 | public function getSolutionTitle(): string |
||
21 | |||
22 | public function getSolutionDescription(): string |
||
28 | |||
29 | public function getDocumentationLinks(): array |
||
35 | |||
36 | private function getControllerPath(): string |
||
43 | } |
||
44 |