1 | <?php |
||
9 | class BackupJobFactory |
||
10 | { |
||
11 | public static function createFromArray(array $config): BackupJob |
||
18 | |||
19 | protected static function createFileSelection(array $sourceFiles): FileSelection |
||
25 | |||
26 | protected static function createDbDumpers(array $dbConnectionNames): Collection |
||
32 | |||
33 | protected static function getSourceDatabaseConnections(array $sourceConfig): array |
||
43 | } |
||
44 |