Home
last modified time | relevance | path

Searched refs:PdfExportService (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/_test/
H A DExportFeedbackTest.php9 use dokuwiki\plugin\dw2pdf\src\PdfExportService; alias
132 * @return PdfExportService
134 protected function makeService(array $selection): PdfExportService
139 return new PdfExportService($config, $collector, $cache, 'Contents', 'tester');
H A DEndToEndTest.php9 use dokuwiki\plugin\dw2pdf\src\PdfExportService; alias
53 $service = new PdfExportService($config, $collector, $cache, 'Contents', 'tester');
/plugin/dw2pdf/
H A Daction.php12 use dokuwiki\plugin\dw2pdf\src\PdfExportService; alias
66 $pdfService = new PdfExportService(
/plugin/dw2pdf/src/
H A DPdfExportService.php10 class PdfExportService class