FacebookProductRepository
Table of Contents
Methods
-
delete()
: Result
-
getProductsByIds()
: array<string|int, mixed>
-
loadCollection()
: ExportedProductCollection
-
save()
: mixed
delete()
public
delete(array<string|int, mixed> $ids) : Result
Parameters
-
$ids
: array<string|int, mixed>
-
getProductsByIds()
public
getProductsByIds(array<string|int, mixed> $ids) : array<string|int, mixed>
Parameters
-
$ids
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
loadCollection()
public
loadCollection(array<string|int, mixed> $productIds) : ExportedProductCollection
Parameters
-
$productIds
: array<string|int, mixed>
-
save()
public
save(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-