Skip to content

Latest commit

 

History

History
270 lines (128 loc) · 4.97 KB

class.HTMLTemplateCore.md

File metadata and controls

270 lines (128 loc) · 4.97 KB

Class HTMLTemplateCore

Contents

Properties

Methods

Properties

$available_in_your_account

public mixed $available_in_your_account = true

$date

public mixed $date

$shop

public mixed $shop

$smarty

public mixed $smarty

$title

public mixed $title

Methods

assignHookData

mixed HTMLTemplateCore::assignHookData($object)

Assign hook data

Arguments

  • $object mixed - generally the object used in the constructor

getBulkFilename

string HTMLTemplateCore::getBulkFilename()

Returns the template filename when using bulk rendering

getContent

string HTMLTemplateCore::getContent()

Returns the template's HTML content

getFilename

string HTMLTemplateCore::getFilename()

Returns the template filename

getFooter

string HTMLTemplateCore::getFooter()

Returns the template's HTML footer

getHeader

string HTMLTemplateCore::getHeader()

Returns the template's HTML header

getLogo

mixed HTMLTemplateCore::getLogo()

Returns the invoice logo

getShopAddress

string HTMLTemplateCore::getShopAddress()

Returns the shop address

l

string HTMLTemplateCore::l(string $string)

Translatation method

Arguments

  • $string string