Inheritance diagram for oxERPType_Category:
Collaboration diagram for oxERPType_Category:Public Member Functions | |
| __construct () | |
Protected Member Functions | |
| getSqlFieldName ($sField, $iLanguage=0, $iShopID=1) | |
| _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
Protected Attributes | |
| $_aFieldListVersions | |
ERP category description class
Definition at line 8 of file oxerptype_category.php.
| oxERPType_Category.__construct | ( | ) |
Class constructor
Reimplemented from oxERPType.
Definition at line 100 of file oxerptype_category.php.
| oxERPType_Category._preAssignObject | ( | $ | oShopObject, | |
| $ | aData, | |||
| $ | blAllowCustomShopId | |||
| ) | [protected] |
issued before saving an object. can modify aData for 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 159 of file oxerptype_category.php.
| oxERPType_Category.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 117 of file oxerptype_category.php.
oxERPType_Category.$_aFieldListVersions [protected] |
Reimplemented from oxERPType.
Definition at line 14 of file oxerptype_category.php.
1.7.1