Public Member Functions | |
__construct () | |
Protected Member Functions | |
getSqlFieldName ($sField, $iLanguage=0, $iShopID=1) | |
_preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
Protected Attributes | |
$_aFieldListVersions |
ERP article description class
Definition at line 8 of file oxerptype_article.php.
oxERPType_Article.__construct | ( | ) |
Class constructor
Reimplemented from oxERPType.
Definition at line 254 of file oxerptype_article.php.
oxERPType_Article._preAssignObject | ( | $ | oShopObject, | |
$ | aData, | |||
$ | blAllowCustomShopId | |||
) | [protected] |
issued before saving an object. Includes fix for multilanguage article long description saving
oxBase | $oShopObject shop object | |
array | $aData data used in assign | |
bool | $blAllowCustomShopId if TRUE - custom shop id is allowed |
Reimplemented from oxERPType.
Definition at line 319 of file oxerptype_article.php.
oxERPType_Article.getSqlFieldName | ( | $ | sField, | |
$ | iLanguage = 0 , |
|||
$ | iShopID = 1 | |||
) | [protected] |
return sql column name of given table column
string | $sField object field anme | |
int | $iLanguage language id | |
int | $iShopID shop id |
Reimplemented from oxERPType.
Definition at line 273 of file oxerptype_article.php.
oxERPType_Article.$_aFieldListVersions [protected] |
Reimplemented from oxERPType.
Definition at line 14 of file oxerptype_article.php.