Go to the documentation of this file.00001 <?php
00002
00007 interface oxIArticle
00008 {
00009
00018 public function checkForStock($dAmount, $dArtStockAmount = 0);
00019
00027 public function getSelectLists($sKeyPrefix = null);
00028
00038 public function getBasketPrice($dAmount, $aSelList, $oBasket);
00039
00045 public function skipDiscounts();
00046
00055 public function getCategoryIds($blActCats = false, $blSkipCache = false);
00056
00062 public function getPrice();
00063
00069 public function getProductId();
00070
00078 public function getBasePrice($dAmount = 1);
00079
00085 public function isOrderArticle();
00086
00087 }