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
  • 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
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • 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
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects

Classes

  • GeschaeftskundenversandConfigurationStorage
  • GeschaeftskundenversandLogger
  • GeschaeftskundenversandProduct
  • GeschaeftskundenversandShipment
  • GeschaeftskundenversandSoapAdapter

Class GeschaeftskundenversandConfigurationStorage

Class GeschaeftskundenversandConfigurationStorage

ConfigurationStorage
Extended by GeschaeftskundenversandConfigurationStorage
Package: Extensions\Geschaeftskundenversand
Category: System
Extends: ConfigurationStorage
Located at Extensions/Geschaeftskundenversand/GeschaeftskundenversandConfigurationStorage.inc.php

Methods summary

public
# __construct( )

GeschaeftskundenversandConfigurationStorage constructor.

GeschaeftskundenversandConfigurationStorage constructor.

Initializes default configuration.

protected
# setDefaultConfiguration( )

fills $default_configuration with initial values

fills $default_configuration with initial values

public string
# get( string $key )

returns a single configuration value by its key

returns a single configuration value by its key

Parameters

$key
a configuration key (relative to the namespace prefix)

Returns

string
configuration value
public array
# get_all( string $p_prefix = '' )

Retrieves all keys/values from a given prefix namespace

Retrieves all keys/values from a given prefix namespace

Parameters

$p_prefix

Returns

array
public
# set( string $name, string $value )

stores a configuration value by name/key

stores a configuration value by name/key

Parameters

$name
name/key of configuration entry
$value
value to be stored

Throws

Exception
if data validation fails
public
# getProducts( )
public
# addProduct( GeschaeftskundenversandProduct $product )
public
# deleteProduct( $index )

Constants summary

string CONFIG_STORAGE_NAMESPACE

namespace inside the configuration storage

namespace inside the configuration storage

# 'modules/shipping/geschaeftskundenversand'
integer MAJOR_VERSION
# 2
integer MINOR_VERSION
# 2

Properties summary

protected $default_configuration

array holding default values to be used in absence of configured values

array holding default values to be used in absence of configured values

#
API documentation generated by ApiGen