OXID eShop CE  6.5.2
OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\SettingDaoInterface Interface Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\SettingDaoInterface:

Public Member Functions

 save (Setting $moduleSetting, string $moduleId, int $shopId)
 
 delete (Setting $moduleSetting, string $moduleId, int $shopId)
 
 get (string $name, string $moduleId, int $shopId)
 

Detailed Description

Deprecated:
will be removed in v7.0, we won't store module settings in the database.

Member Function Documentation

◆ delete()

OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\SettingDaoInterface::delete ( Setting  $moduleSetting,
string  $moduleId,
int  $shopId 
)
Parameters
Setting$moduleSetting
string$moduleId
int$shopId

Implemented in OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\SettingDao.

◆ get()

OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\SettingDaoInterface::get ( string  $name,
string  $moduleId,
int  $shopId 
)
Parameters
string$name
string$moduleId
int$shopId
Returns
Setting

Implemented in OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\SettingDao.

◆ save()

OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\SettingDaoInterface::save ( Setting  $moduleSetting,
string  $moduleId,
int  $shopId 
)
Parameters
Setting$moduleSetting
string$moduleId
int$shopId

Implemented in OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\SettingDao.


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