Documentation

InventoryColumns
in package

Table of Contents

getInventoryColumnsForRecord()  : array<string|int, mixed>
Get column scheme for specified record.
saveInventoryColumnsForRecords()  : mixed
Save column scheme for specified record.

Methods

getInventoryColumnsForRecord()

Get column scheme for specified record.

public static getInventoryColumnsForRecord(int $recordId, string $moduleName[, array<string|int, mixed>|null $columns = null ]) : array<string|int, mixed>
Parameters
$recordId : int
$moduleName : string
$columns : array<string|int, mixed>|null = null
Return values
array<string|int, mixed>

saveInventoryColumnsForRecords()

Save column scheme for specified record.

public static saveInventoryColumnsForRecords(string $moduleName, array<string|int, mixed> $records) : mixed
Parameters
$moduleName : string
$records : array<string|int, mixed>
Tags
throws
IllegalValue
Return values
mixed

        

Search results