lib/Service/TemplatesService.php 1 location
|
@@ 66-74 (lines=9) @@
|
63 |
|
* @param FileService $fileService |
64 |
|
* @param MiscService $miscService |
65 |
|
*/ |
66 |
|
function __construct( |
67 |
|
IL10N $l10n, ConfigService $configService, FileService $fileService, |
68 |
|
MiscService $miscService |
69 |
|
) { |
70 |
|
$this->l10n = $l10n; |
71 |
|
$this->configService = $configService; |
72 |
|
$this->fileService = $fileService; |
73 |
|
$this->miscService = $miscService; |
74 |
|
} |
75 |
|
|
76 |
|
|
77 |
|
/** |
lib/Service/ThemesService.php 1 location
|
@@ 64-71 (lines=8) @@
|
61 |
|
* @param FileService $fileService |
62 |
|
* @param MiscService $miscService |
63 |
|
*/ |
64 |
|
function __construct( |
65 |
|
IL10N $l10n, ConfigService $configService, FileService $fileService, MiscService $miscService |
66 |
|
) { |
67 |
|
$this->l10n = $l10n; |
68 |
|
$this->configService = $configService; |
69 |
|
$this->fileService = $fileService; |
70 |
|
$this->miscService = $miscService; |
71 |
|
} |
72 |
|
|
73 |
|
|
74 |
|
/** |