phpDocumentor

QuickEditDocumentsInterface

Interface QuickEditDocumentsInterface

Tags
category

System

subpackage

QuickEdit

Table of Contents

getLink()  : array<string|int, mixed>
Returns the link to the last created inventory list.
getProducts()  : mixed
Creates a list of all products needed to create the inventory list. The list is then generated.
getProductsById()  : mixed
Creates a list of products that have been passed as parameters.

Methods

Returns the link to the last created inventory list.

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

Returns the link to the last created inventory list.

getProducts()

Creates a list of all products needed to create the inventory list. The list is then generated.

public getProducts() : mixed
Return values
mixed

getProductsById()

Creates a list of products that have been passed as parameters.

public getProductsById(array<string|int, mixed> $products) : mixed
Parameters
$products : array<string|int, mixed>

Returns the list of products that have been passed as parameters.

Return values
mixed

Search results