ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

References ilTCPDFGenerator\generatePDF().

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

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)
+ 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: