ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilPDFGeneration Class Reference

Class ilPDFGeneration. More...

+ Collaboration diagram for ilPDFGeneration:

Static Public Member Functions

static doJob (ilPDFGenerationJob $job)
 

Detailed Description

Class ilPDFGeneration.

Dispatcher to route PDF-Generation jobs to the appropriate handling mechanism.

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 15 of file class.ilPDFGeneration.php.

Member Function Documentation

◆ doJob()

static ilPDFGeneration::doJob ( ilPDFGenerationJob  $job)
static

Definition at line 17 of file class.ilPDFGeneration.php.

18 {
19 /*
20 * This place currently supports online the TCPDF-Generator. In future versions/iterations, this place
21 * may serve to initialize other mechanisms and route jobs to them.
22 */
23 require_once 'class.ilTCPDFGenerator.php';
25 }
static generatePDF(ilPDFGenerationJob $job)

References ilTCPDFGenerator\generatePDF().

Referenced by ilTestPDFGenerator\generatePDF(), and ilObjWikiGUI\pdfExportObject().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: