Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories

Classes

  • VPERepository
  • VPEStorage

Interfaces

  • VPERepositoryInterface
  • VPEStorageInterface

Class VPEStorage

Class VPEStorage

VPEStorage implements VPEStorageInterface
Package: VPE\Repositories
Category: System
Located at Services/Core/VPE/Repositories/VPEStorage.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $queryBuilder, LanguageProvider $languageProvider )
public array
# getById( IdType $vpeId )

Returns VPE entity data by the given id.

Returns VPE entity data by the given id.

Parameters

$vpeId

Returns

array

Implementation of

VPEStorageInterface::getById()
public array
# getAll( )

Returns all VPE entities data as array.

Returns all VPE entities data as array.

Returns

array

Implementation of

VPEStorageInterface::getAll()
public VPEStorageInterface
# save( VPEInterface $vpe )

Saves VPE entity data in database.

Saves VPE entity data in database.

Parameters

$vpe
VPE entity to be saved.

Returns

VPEStorageInterface
Same instance for chained method calls.

Implementation of

VPEStorageInterface::save()
public VPEStorageInterface
# delete( VPEInterface $vpe )

Deletes VPE entity data in database.

Deletes VPE entity data in database.

Parameters

$vpe
VPE entity to be delete.

Returns

VPEStorageInterface
Same instance for chained method calls.

Implementation of

VPEStorageInterface::delete()
public VPEStorageInterface
# update( VPEInterface $vpe )

Updates VPE entity data in database.

Updates VPE entity data in database.

Parameters

$vpe
VPE entity to be updated.

Returns

VPEStorageInterface
Same instance for chained method calls.

Implementation of

VPEStorageInterface::update()

Properties summary

protected CI_DB_query_builder $queryBuilder
#
protected LanguageProvider $languageProvider
#
API documentation generated by ApiGen