OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Core\Contract\AbstractUpdatableFields Class Reference

Public Member Functions

 getUpdatableFields ()
 
 getTableName ()
 

Protected Attributes

 $tableName
 

Detailed Description

Abstraction for handling fields which could be modified by shop customer.

Member Function Documentation

◆ getTableName()

OxidEsales\EshopCommunity\Core\Contract\AbstractUpdatableFields::getTableName ( )

Get table name of a model. Table name could be used to form full name together with field.

Returns
string

◆ getUpdatableFields()

OxidEsales\EshopCommunity\Core\Contract\AbstractUpdatableFields::getUpdatableFields ( )
abstract

Return list of fields which could be updated by shop customer.

Member Data Documentation

◆ $tableName

OxidEsales\EshopCommunity\Core\Contract\AbstractUpdatableFields::$tableName
protected

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