oxiarticle.php

Go to the documentation of this file.
00001 <?php
00002 
00007 interface oxIArticle
00008 {
00016     public function checkForStock( $dAmount );
00017 
00025     public function getSelectLists( $sKeyPrefix = null );
00026 
00036     public function getBasketPrice( $dAmount, $aSelList, $oBasket );
00037 
00043     public function skipDiscounts();
00044 
00053     public function getCategoryIds( $blActCats = false, $blSkipCache = false );
00054 
00060     public function getPrice();
00061 
00067     public function getProductId();
00068 
00076     public function getBasePrice( $dAmount = 1 );
00077 
00083     public function getProductParentId();
00084 
00090     public function isOrderArticle();
00091 
00092 }

Generated on Mon Oct 26 20:07:16 2009 for OXID eShop CE by  doxygen 1.5.5