|
FusionDirectory
|
This class contains all the functions needed for pdf export. More...
Public Member Functions | |
| __construct ($headline, $header, $entries, $columns=[]) | |
| Export PDF. More... | |
| calcWidth ($header, $entries, $columns) | |
| Calculate the width page. More... | |
| query () | |
| Get the result. | |
Static Public Member Functions | |
| static | calcColumnsWidth ($result, $columns, $iterator) |
| Calculate the width page. | |
| static | getInfo () |
| Get informations. | |
This class contains all the functions needed for pdf export.
Definition at line 39 of file class_pdfExporter.inc.
| __construct | ( | $headline, | |
| $header, | |||
| $entries, | |||
$columns = [] |
|||
| ) |
Export PDF.
| array | $headline | |
| array | $header | |
| array | $entries | |
| array | $columns |
Definition at line 54 of file class_pdfExporter.inc.
References calcWidth().
| calcWidth | ( | $header, | |
| $entries, | |||
| $columns | |||
| ) |
Calculate the width page.
| array | $header | |
| array | $entries | |
| array | $columns |
Definition at line 141 of file class_pdfExporter.inc.
Referenced by __construct().
1.8.13