| 1 | <?php |
||
| 8 | class GenerateAppKeySolution implements RunnableSolution |
||
| 9 | { |
||
| 10 | public function getSolutionTitle(): string |
||
| 14 | |||
| 15 | public function getDocumentationLinks(): array |
||
| 21 | |||
| 22 | public function getSolutionActionDescription(): string |
||
| 26 | |||
| 27 | public function getRunButtonText(): string |
||
| 31 | |||
| 32 | public function getSolutionDescription(): string |
||
| 36 | |||
| 37 | public function getRunParameters(): array |
||
| 41 | |||
| 42 | public function run(array $parameters = []) |
||
| 46 | } |
||
| 47 |