FusionDirectory
Public Member Functions | Static Public Member Functions
pdfExporter Class Reference

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.
 

Detailed Description

This class contains all the functions needed for pdf export.

Definition at line 39 of file class_pdfExporter.inc.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $headline,
  $header,
  $entries,
  $columns = [] 
)

Export PDF.

Parameters
array$headline
array$header
array$entries
array$columns

Definition at line 54 of file class_pdfExporter.inc.

References calcWidth().

Member Function Documentation

◆ calcWidth()

calcWidth (   $header,
  $entries,
  $columns 
)

Calculate the width page.

Parameters
array$header
array$entries
array$columns

Definition at line 141 of file class_pdfExporter.inc.

Referenced by __construct().


The documentation for this class was generated from the following file: