phpDocumentor

QuantityUnitStorageInterface

Interface QuantityUnitStorageInterface

Tags
category

System

subpackage

Repositories

Table of Contents

delete()  : QuantityUnitStorageInterface
Deletes quantity unit entity data in database.
getAll()  : array<string|int, mixed>
Returns all quantity unit entities data as array.
getById()  : array<string|int, mixed>
Returns quantity unit entity data by the given id.
save()  : QuantityUnitStorageInterface
Saves quantity unit entity data in database.
update()  : QuantityUnitStorageInterface
Updates quantity unit entity data in database.

Methods

getAll()

Returns all quantity unit entities data as array.

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

getById()

Returns quantity unit entity data by the given id.

public getById(IdType $quantityUnitId) : array<string|int, mixed>
Parameters
$quantityUnitId : IdType
Return values
array<string|int, mixed>

Search results