Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • 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
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • 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
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • VPE
  • VPECollection

Interfaces

  • VPEInterface

Interface VPEInterface

Interface VPEInterface

Direct known implementers

VPE

Package: VPE\Entities
Category: System
Located at Services/Core/VPE/Entities/Interfaces/VPEInterface.inc.php

Methods summary

public integer
# getId( )

Returns the id.

Returns the id.

Returns

integer
public
# setId( IdType $vpeId )

Sets the id.

Sets the id.

Parameters

$vpeId
Id to be set.

Returns


$this|\VPEInterface Same instance for chained method calls.
public string
# getName( LanguageCode $languageCode )

Returns the language specific name.

Returns the language specific name.

Parameters

$languageCode
Language code for language specific name value.

Returns

string
Language specific name value.
public array
# getNames( )

Returns all language specific names.

Returns all language specific names.

Returns

array
Language specific names value.
public
# setName( StringType $name, LanguageCode $languageCode )

Sets the language specific name.

Sets the language specific name.

Parameters

$name
Name value to be set.
$languageCode
Language code for language specific name value.

Returns


$this|\VPEInterface Same instance for chained method calls.
public boolean
# isDefault( )

Returns true if the vpe entity instance is the shops default.

Returns true if the vpe entity instance is the shops default.

Returns

boolean
True if VPE value is shops default.
public
# setDefault( BoolType $default )

Sets vpe entity to shops default, if bool type is true.

Sets vpe entity to shops default, if bool type is true.

Parameters

$default
Is current vpe entity shops default?

Returns


$this|\VPEInterface Same instance for chained method calls.
API documentation generated by ApiGen