OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Core\Routing\ShopControllerMapProvider Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Core\Routing\ShopControllerMapProvider:
+ Collaboration diagram for OxidEsales\EshopCommunity\Core\Routing\ShopControllerMapProvider:

Public Member Functions

 getControllerMap ()
 

Private Attributes

 $controllerMap
 

Detailed Description

This class determines the controllers which should be allowed to be called directly via HTTP GET/POST Parameters, inside form actions or with oxid_include_widget. Those controllers are specified e.g. inside a form action with a controller key which is mapped to its class.

Member Function Documentation

◆ getControllerMap()

OxidEsales\EshopCommunity\Core\Routing\ShopControllerMapProvider::getControllerMap ( )

All available controller maps will be merged together like this: CE <- PE <- EE

Returns
array Edition specific mapping of controller keys to classes

Member Data Documentation

◆ $controllerMap

OxidEsales\EshopCommunity\Core\Routing\ShopControllerMapProvider::$controllerMap
private

The documentation for this class was generated from the following file: