Public Member Functions | |
__construct () | |
saveObject ($aData, $blAllowCustomShopId) | |
Protected Member Functions | |
_preSaveObject ($oShopObject, $aData) |
Article extends type subclass
Definition at line 9 of file oxerptype_artextends.php.
oxERPType_Artextends.__construct | ( | ) |
class constructor
Reimplemented from oxERPType.
Definition at line 17 of file oxerptype_artextends.php.
oxERPType_Artextends._preSaveObject | ( | $ | oShopObject, | |
$ | aData | |||
) | [protected] |
prepares object for saving in shop returns true if save can proceed further
oxBase | $oShopObject shop object | |
array | $aData data for importing |
Reimplemented from oxERPType.
Definition at line 32 of file oxerptype_artextends.php.
oxERPType_Artextends.saveObject | ( | $ | aData, | |
$ | blAllowCustomShopId | |||
) |
saves data by calling object saving
array | $aData data for saving | |
bool | $blAllowCustomShopId allow custom shop id |
Reimplemented from oxERPType.
Definition at line 45 of file oxerptype_artextends.php.