| 1 | <?php | ||
| 8 | class RunMigrationsSolution implements RunnableSolution | ||
| 9 | { | ||
| 10 | private $customTitle; | ||
| 11 | |||
| 12 | public function __construct($customTitle = '') | ||
| 16 | |||
| 17 | public function getSolutionTitle(): string | ||
| 21 | |||
| 22 | public function getSolutionDescription(): string | ||
| 26 | |||
| 27 | public function getDocumentationLinks(): array | ||
| 33 | |||
| 34 | public function getRunParameters(): array | ||
| 38 | |||
| 39 | public function getSolutionActionDescription(): string | ||
| 43 | |||
| 44 | public function getRunButtonText(): string | ||
| 48 | |||
| 49 | public function run(array $parameters = []) | ||
| 53 | } | ||
| 54 |