Searched refs:PdfExportService (Results 1 – 4 of 4) sorted by relevance
9 use dokuwiki\plugin\dw2pdf\src\PdfExportService; alias132 * @return PdfExportService134 protected function makeService(array $selection): PdfExportService139 return new PdfExportService($config, $collector, $cache, 'Contents', 'tester');
9 use dokuwiki\plugin\dw2pdf\src\PdfExportService; alias53 $service = new PdfExportService($config, $collector, $cache, 'Contents', 'tester');
12 use dokuwiki\plugin\dw2pdf\src\PdfExportService; alias66 $pdfService = new PdfExportService(
10 class PdfExportService class