|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilPDFGenerationJob. More...
Collaboration diagram for ilPDFGenerationJob:Public Member Functions | |
| setFilename ($filename) | |
| getFilename () | |
| setPages ($pages) | |
| getPages () | |
| addPage ($page) | |
| flushPages () | |
| setOutputMode ($output_mode) | |
| getOutputMode () | |
Private Attributes | |
| $pages | |
| $filename | |
| $output_mode | |
Class ilPDFGenerationJob.
Data-object blueprint that holds all PDF-generation related settings. If you add to the methods, see to it that they follow the fluent interface, meaning that all setters return $this for developer convenience.
Definition at line 15 of file class.ilPDFGenerationJob.php.
| ilPDFGenerationJob::addPage | ( | $page | ) |
| $page |
Definition at line 62 of file class.ilPDFGenerationJob.php.
| ilPDFGenerationJob::flushPages | ( | ) |
Definition at line 71 of file class.ilPDFGenerationJob.php.
| ilPDFGenerationJob::getFilename | ( | ) |
Definition at line 34 of file class.ilPDFGenerationJob.php.
References $filename.
Referenced by ilTCPDFGenerator\generatePDF().
Here is the caller graph for this function:| ilPDFGenerationJob::getOutputMode | ( | ) |
Definition at line 90 of file class.ilPDFGenerationJob.php.
References $output_mode.
Referenced by ilTCPDFGenerator\generatePDF().
Here is the caller graph for this function:| ilPDFGenerationJob::getPages | ( | ) |
Definition at line 53 of file class.ilPDFGenerationJob.php.
References $pages.
Referenced by ilTCPDFGenerator\generatePDF().
Here is the caller graph for this function:| ilPDFGenerationJob::setFilename | ( | $filename | ) |
| string | $filename |
Definition at line 25 of file class.ilPDFGenerationJob.php.
References $filename.
| ilPDFGenerationJob::setOutputMode | ( | $output_mode | ) |
| string | $output_mode |
Definition at line 81 of file class.ilPDFGenerationJob.php.
References $output_mode.
| ilPDFGenerationJob::setPages | ( | $pages | ) |
| $pages | string[] Array of html-strings. |
Definition at line 44 of file class.ilPDFGenerationJob.php.
References $pages.
|
private |
Definition at line 18 of file class.ilPDFGenerationJob.php.
Referenced by getFilename(), and setFilename().
|
private |
Definition at line 19 of file class.ilPDFGenerationJob.php.
Referenced by getOutputMode(), and setOutputMode().
|
private |
Definition at line 17 of file class.ilPDFGenerationJob.php.
Referenced by getPages(), and setPages().