Contentserv PHP API

CSItemApiTableVersionHelper
in package

Defines a helper table API to store all modified (changed, added and deleted) rows for an item configuration.

Tags
access

public

since

CS22.1

Table of Contents

__construct()  : mixed
getAddedRows()  : array<string|int, mixed>
Gets all rows that were added.
getChangedRows()  : array<string|int, mixed>
Gets all rows that were changed.
getDeletedRows()  : array<string|int, mixed>
Gets all rows that were deleted.

Methods

__construct()

public __construct(int $iConfigurationId, array<string|int, mixed> $aAddedRows, array<string|int, mixed> $aChangedRows, array<string|int, mixed> $aDeletedRows) : mixed
Parameters
$iConfigurationId : int
$aAddedRows : array<string|int, mixed>
$aChangedRows : array<string|int, mixed>
$aDeletedRows : array<string|int, mixed>
Tags
Return values
mixed

getAddedRows()

Gets all rows that were added.

public getAddedRows() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

getChangedRows()

Gets all rows that were changed.

public getChangedRows() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

getDeletedRows()

Gets all rows that were deleted.

public getDeletedRows() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

        

Search results