| 1 | <?php |
||
| 8 | class RunMigrationsSolution implements RunnableSolution |
||
| 9 | { |
||
| 10 | |||
| 11 | private $customTitle; |
||
| 12 | |||
| 13 | public function __construct($customTitle = null) |
||
| 17 | |||
| 18 | public function getSolutionTitle(): string |
||
| 25 | |||
| 26 | public function getSolutionDescription(): string |
||
| 30 | |||
| 31 | public function getDocumentationLinks(): array |
||
| 37 | |||
| 38 | public function getRunParameters(): array |
||
| 42 | |||
| 43 | public function getSolutionActionDescription(): string |
||
| 47 | |||
| 48 | public function getRunButtonText(): string |
||
| 52 | |||
| 53 | public function run(array $parameters = []) |
||
| 57 | } |
||
| 58 |