1 | <?php |
||
8 | class RunMigrationsSolution implements RunnableSolution |
||
9 | { |
||
10 | private $customTitle; |
||
11 | |||
12 | public function __construct($customTitle = null) |
||
16 | |||
17 | public function getSolutionTitle(): string |
||
24 | |||
25 | public function getSolutionDescription(): string |
||
29 | |||
30 | public function getDocumentationLinks(): array |
||
36 | |||
37 | public function getRunParameters(): array |
||
41 | |||
42 | public function getSolutionActionDescription(): string |
||
46 | |||
47 | public function getRunButtonText(): string |
||
51 | |||
52 | public function run(array $parameters = []) |
||
56 | } |
||
57 |