Kernel::WebApp::Controller::API::Agent::Ticket::Print

NAME

Kernel::WebApp::Controller::API::Agent::Ticket::Print – Endpoint that return a PDF document with the information about a ticket.

has Context

Attribute that holds the information about the context of the print, for 'Ticket' it prints all its articles, for 'Article' only the given article is printed.

has UserData

Attribute that holds all user information.

_GetPDFObject()

Creates a new PDF Object with the correct parameters to print either one or all ticket articles.

_BuildUserData()

Initializes the attribute Context.

_BuildUserData()

Initializes the attribute UserData.

Scroll to Top