Kernel::WebApp::Util::StatisticReport::PDF

NAME

Kernel::WebApp::Util::StatisticReport::PDF – Helper class for the report PDF functionality.

PUBLIC INTERFACE

has UserID

Attribute that holds the record user id.

has Language

Attribute that holds the language.

has StatisticReportData

This attribute contains the current data of the given report.

has UserData

Attribute that holds all user information.

has LanguageObject

This attribute contains the language object.

_BuildUserData()

Initializes the attribute UserData.

_BuildLanguageObject()

Initializes the attribute LanguageObject.

GeneratePDF()

Generates a PDF file for the given statistic data.

    my $PDFString = $UtilStatisticPDFObject->GeneratePDF();

Returns the PDF string for the current report.

Scroll to Top