

Definition at line 5 of file oxerptype_articlestock.php.
Public Member Functions | |
| __construct () | |
| checkWriteAccess ($sOxid) | |
Protected Member Functions | |
| _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
| oxERPType_ArticleStock.__construct | ( | ) |
| oxERPType_ArticleStock.checkWriteAccess | ( | $ | sOxid | ) |
Basic access check for writing data, checks for same shopid, should be overridden if field oxshopid does not exist
| string | $sOxid the oxid of the object |
| Exception |
Reimplemented from oxERPType.
Definition at line 22 of file oxerptype_articlestock.php.
| oxERPType_ArticleStock._preAssignObject | ( | $ | oShopObject, | |
| $ | aData, | |||
| $ | blAllowCustomShopId | |||
| ) | [protected] |
issued before saving an object. Includes fix for multilanguage article long description saving ( clone of same method in oxerptype_oxarticle.php )
| oxBase | $oShopObject | |
| array | $aData | |
| bool | $blAllowCustomShopId |
Reimplemented from oxERPType.
Definition at line 51 of file oxerptype_articlestock.php.
1.5.5