Skip to content

Latest commit

 

History

History
228 lines (103 loc) · 3.96 KB

class.PDFCore.md

File metadata and controls

228 lines (103 loc) · 3.96 KB

Class PDFCore

Contents

Constants

Properties

Methods

Constants

TEMPLATE_DELIVERY_SLIP

const TEMPLATE_DELIVERY_SLIP = 'DeliverySlip'

TEMPLATE_INVOICE

const TEMPLATE_INVOICE = 'Invoice'

TEMPLATE_ORDER_RETURN

const TEMPLATE_ORDER_RETURN = 'OrderReturn'

TEMPLATE_ORDER_SLIP

const TEMPLATE_ORDER_SLIP = 'OrderSlip'

TEMPLATE_SUPPLY_ORDER_FORM

const TEMPLATE_SUPPLY_ORDER_FORM = 'SupplyOrderForm'

Properties

$filename

public mixed $filename

$objects

public mixed $objects

$pdf_renderer

public mixed $pdf_renderer

$template

public mixed $template

Methods

__construct

mixed PDFCore::__construct($objects, $template, $smarty, $orientation)

Arguments

  • $objects mixed
  • $template mixed
  • $smarty mixed
  • $orientation mixed

getTemplateObject

mixed PDFCore::getTemplateObject($object)

Arguments

  • $object mixed

render

mixed PDFCore::render($display)

Arguments

  • $display mixed