OXID eShop CE  6.5.2
OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ShopConfigurationDaoInterface Interface Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ShopConfigurationDaoInterface:

Public Member Functions

 get (int $shopId)
 
 save (ShopConfiguration $shopConfiguration, int $shopId)
 
 getAll ()
 
 deleteAll ()
 

Member Function Documentation

◆ deleteAll()

OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ShopConfigurationDaoInterface::deleteAll ( )

◆ get()

OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ShopConfigurationDaoInterface::get ( int  $shopId)
Parameters
int$shopId
Returns
ShopConfiguration

Implemented in OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ShopConfigurationDao.

◆ getAll()

OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ShopConfigurationDaoInterface::getAll ( )

◆ save()

OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ShopConfigurationDaoInterface::save ( ShopConfiguration  $shopConfiguration,
int  $shopId 
)
Parameters
ShopConfiguration$shopConfiguration
int$shopId

Implemented in OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ShopConfigurationDao.


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