Documentation

Shop_Warehouse_Item_Export_Controller
in package

Shop_Warehouse_Item_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
$_Shop_Warehouse  : Shop_Warehouse_Model
Shop warehouse object

Methods

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

Properties

$_aCurrentData

CSV data

private array<string|int, mixed> $_aCurrentData = array()

Methods

__construct()

Constructor.

public __construct(object $oShop_Warehouse) : mixed
Parameters
$oShop_Warehouse : object

Shop_Warehouse_Model object

execute()

Executes the business logic.

public execute() : mixed

_prepareFloat()

Prepare float

protected _prepareFloat(mixed $string) : string
Parameters
$string : mixed
Return values
string

_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