VPEStorageInterface

Extends

Interface VPEStorageInterface

category

System

package

VPE

subpackage

Repositories

Methods

Deletes VPE entity data in database.

delete(\VPEInterface $vpe) : \VPEStorageInterface

Arguments

$vpe

\VPEInterface

VPE entity to be delete.

Response

\VPEStorageInterface

Same instance for chained method calls.

Returns all VPE entities data as array.

getAll() : array

Response

array

Returns VPE entity data by the given id.

getById(\IdType $vpeId) : array

Arguments

$vpeId

\IdType

Response

array

Saves VPE entity data in database.

save(\VPEInterface $vpe) : \VPEStorageInterface

Arguments

$vpe

\VPEInterface

VPE entity to be saved.

Response

\VPEStorageInterface

Same instance for chained method calls.

Updates VPE entity data in database.

update(\VPEInterface $vpe) : \VPEStorageInterface

Arguments

$vpe

\VPEInterface

VPE entity to be updated.

Response

\VPEStorageInterface

Same instance for chained method calls.