phpDocumentor

KlarnaHubPdfOrderExtender extends KlarnaHubPdfOrderExtender_parent
in package

Table of Contents

extendOrderInfo()  : mixed
extendPdfFooter()  : mixed
getColumnsToRemove()  : array<string|int, mixed>
As parent::extendPdfFooter($footer) returns an array skipping empty footer cells, the specified columns to remove have to be mapped accordingly.
getColumnsToRemoveConfiguration()  : array<string|int, mixed>
Returns the columns to remove as configures in the Gambio Admin.
getFooterCells()  : array<string|int, mixed>
Returns the footer cells as configured in the Gambio Admin.

Methods

getColumnsToRemove()

As parent::extendPdfFooter($footer) returns an array skipping empty footer cells, the specified columns to remove have to be mapped accordingly.

protected getColumnsToRemove() : array<string|int, mixed>
Return values
array<string|int, mixed>

getColumnsToRemoveConfiguration()

Returns the columns to remove as configures in the Gambio Admin.

protected getColumnsToRemoveConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFooterCells()

Returns the footer cells as configured in the Gambio Admin.

protected getFooterCells() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results