Documentation

Shop_Discountcard_Export_Controller
in package

Shop_Discountcard_Export_Controller

Tags
subpackage

Shop

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru

Table of Contents

Properties

$_aCurrentData  : array<string|int, mixed>
CSV data
$_oShop  : Shop_Model
Shop object

Methods

__construct()  : mixed
Constructor.
execute()  : mixed
Executes the business logic.
_prepareString()  : string
Prepare string
_printRow()  : self
Print array

Properties

$_aCurrentData

CSV data

private array<string|int, mixed> $_aCurrentData

Methods

execute()

Executes the business logic.

public execute() : mixed

_prepareString()

Prepare string

protected _prepareString(string $string) : string
Parameters
$string : string
Return values
string

_printRow()

Print array

protected _printRow(array<string|int, mixed> $aData) : self
Parameters
$aData : array<string|int, mixed>
Return values
self

        
On this page

Search results