ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | ||||||
__construct (PHPExcel $phpExcel) | ||||||
Instantiate a new renderer of the configured type within this container class. More... | ||||||
__call ($name, $arguments) | ||||||
Magic method to handle direct calls to the configured PDF renderer wrapper class. More... | ||||||
save ($pFilename=null) | ||||||
{Save PHPExcel to file.
| ||||||
save ($pFilename=NULL) | ||||||
Save PHPExcel to file. More... | ||||||
Private Attributes | |
$_renderer = NULL | |
PHPExcel_Writer_PDF::__construct | ( | PHPExcel | $phpExcel | ) |
Instantiate a new renderer of the configured type within this container class.
PHPExcel_Writer_Exception | when PDF library is not configured |
Definition at line 52 of file PDF.php.
References $rendererName, PHPExcel_Settings\getPdfRendererName(), and PHPExcel_Settings\getPdfRendererPath().
PHPExcel_Writer_PDF::__call | ( | $name, | |
$arguments | |||
) |
Magic method to handle direct calls to the configured PDF renderer wrapper class.
string | $name | Renderer library method name |
mixed[] | $arguments | Array of arguments to pass to the renderer method |
Definition at line 81 of file PDF.php.
References $name.
PHPExcel_Writer_PDF::save | ( | $pFilename = null | ) |
{Save PHPExcel to file.
string | $pFilename | Name of the file to save |
PHPExcel_Writer_Exception |
Implements PHPExcel_Writer_IWriter.
Definition at line 93 of file PDF.php.