phpDocumentor

VPEStorageInterface

Interface VPEStorageInterface

Tags
category

System

subpackage

Repositories

Table of Contents

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

Methods

getAll()

Returns all VPE entities data as array.

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

getById()

Returns VPE entity data by the given id.

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

Search results