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

Classes

  • ModuleCenterModuleCollection

Class ModuleCenterModuleCollection

Class ModuleCenterModuleCollection

AbstractCollection implements IteratorAggregate, Countable
Extended by KeyValueCollection
Extended by ModuleCenterModuleCollection implements ModuleCenterModuleCollectionInterface
Package: Modules\Collections
Category: System
Extends: KeyValueCollection
Located at Modules/Collections/ModuleCenterModuleCollection.inc.php

Methods summary

public
# __construct( array $modules = array() )

Parameters

$modules

Throws

InvalidArgumentException

Overrides

KeyValueCollection::__construct

Implementation of

ModuleCenterModuleCollectionInterface::__construct()
public
# add( ModuleCenterModuleInterface $module )

Add a new module center module into the collection.

Add a new module center module into the collection.

Parameters

$module

Implementation of

ModuleCenterModuleCollectionInterface::add()
protected string
# _getValidType( )

Get the type of te collection items.

Get the type of te collection items.

Returns

string

Overrides

KeyValueCollection::_getValidType

Methods inherited from KeyValueCollection

_addToCollectionContentArray(), getValue(), keyExists()

Methods inherited from AbstractCollection

_add(), _getExceptionText(), _itemIsValid(), count(), getArray(), getItem(), getIterator(), isEmpty()

Properties summary

Properties inherited from AbstractCollection

$collectionContentArray

API documentation generated by ApiGen