ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups 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

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().

{
/*
* This place currently supports online the TCPDF-Generator. In future versions/iterations, this place
* may serve to initialize other mechanisms and route jobs to them.
*/
require_once 'class.ilTCPDFGenerator.php';
}

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