VPEReadService

Implements \VPEReadServiceInterface

Class VPEReadService

category

System

package

VPE

Methods

VPEReadService constructor.

__construct(\VPERepositoryInterface $repository) 

Arguments

Returns als VPE entities as collection.

getAll() : \VPECollection

Response

\VPECollection

Returns VPE entity by the given id.

getById(\IdType $vpeId) : \VPEInterface
Throws
\EntityNotFoundException

Arguments

$vpeId

\IdType

VPE entity to be given.

Response

\VPEInterface

Properties

repository

repository : \VPERepositoryInterface