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 
00052     public function getCategoryIds( $blSkipCache = false );
00053 
00059     public function getPrice();
00060 
00066     public function getProductId();
00067 
00075     public function getBasePrice( $dAmount = 1 );
00076 
00082     public function getProductParentId();
00083 
00089     public function isOrderArticle();
00090 
00091 }

Generated on Tue Aug 4 09:09:57 2009 for OXID eShop CE by  doxygen 1.5.5