Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • 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
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • ModuleCenterModuleCollectionInterface
  • ModuleCenterModuleInterface

Interface ModuleCenterModuleInterface

Interface ModuleCenterModuleInterface

Direct known implementers

AbstractModuleCenterModule

Indirect known implementers

AffiliPrintModuleCenterModule, AfterbuyModuleCenterModule, JanolawModuleCenterModule, LettrModuleCenterModule, MagnalisterModuleCenterModule, MailbeezModuleCenterModule, MediafinanzModuleCenterModule, NewsletterLinkModuleCenterModule, OldOrderOverviewModuleCenterModule, PostfinderModuleCenterModule, ProductAttributesModuleCenterModule, ProtectedShopsModuleCenterModule, BrickfoxModuleCenterModule, SharedShoppingCartModuleCenterModule, ShipcloudModuleCenterModule, TrustedShopsModuleCenterModule, YategoModuleCenterModule, YoochooseModuleCenterModule, EkomiModuleCenterModule, FindologicModuleCenterModule, GoogleAdwordConversionModuleCenterModule, HermesModuleCenterModule, IloxxModuleCenterModule, IntrashipModuleCenterModule, ItRechtModuleCenterModule

Package: Modules\Interfaces
Category: System
Located at Modules/Interfaces/ModuleCenterModuleInterface.inc.php

Methods summary

public
# install( )

Installs the module

Installs the module

public
# uninstall( )

Uninstalls the module

Uninstalls the module

public boolean
# isInstalled( )

Returns true, if the module is installed. Otherwise false is returned.

Returns true, if the module is installed. Otherwise false is returned.

Returns

boolean
public string
# getName( )

Returns the name of the module

Returns the name of the module

Returns

string
public string
# getTitle( )

Returns the title of the module

Returns the title of the module

Returns

string
public string
# getDescription( )

Returns the description of the module

Returns the description of the module

Returns

string
public integer
# getSortOrder( )

Returns the sort order of the module

Returns the sort order of the module

Returns

integer
API documentation generated by ApiGen