OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxiarticle.php
Go to the documentation of this file.
1 <?php
2 
7 interface oxIArticle
8 {
9 
18  public function checkForStock($dAmount, $dArtStockAmount = 0);
19 
27  public function getSelectLists($sKeyPrefix = null);
28 
38  public function getBasketPrice($dAmount, $aSelList, $oBasket);
39 
45  public function skipDiscounts();
46 
55  public function getCategoryIds($blActCats = false, $blSkipCache = false);
56 
62  public function getPrice();
63 
69  public function getProductId();
70 
78  public function getBasePrice($dAmount = 1);
79 
85  public function isOrderArticle();
86 
87 }