Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

tx_commerce_article_price Class Reference

Inheritance diagram for tx_commerce_article_price:

tx_commerce_element_alib List of all members.

Public Member Functions

 init ($uid, $lang_uid=0)
 tx_commerce_article_price ()
 getPriceNet ()
 getPriceGross ()
 getPriceScaleAmountStart ()
 getPriceScaleAmountEnd ()
 get_price_net ()
 get_price_gross ()

Public Attributes

 $currency = 'EUR'
 $price_gross = 0
 $price_net = 0

Private Attributes

 $price_scale_amount_start = 1
 $price_scale_amount_end = 1

Constructor & Destructor Documentation

tx_commerce_article_price::tx_commerce_article_price  ) 
 

Constructor

Parameters:
integer uid of product
integer integer language_uid , default 0 calls init-Method use make_instance and init of object


Member Function Documentation

tx_commerce_article_price::get_price_gross  ) 
 

Returns the gross Price

Returns:
integer grossPrice
Deprecated:
See also:
getPriceGross();

tx_commerce_article_price::get_price_net  ) 
 

Returns the net price as value

Returns:
integer netPrice
Deprecated:
See also:
getPriceNet()

tx_commerce_article_price::getPriceGross  ) 
 

Returns:
double priceGross public

tx_commerce_article_price::getPriceNet  ) 
 

Returns:
double priceNet public

tx_commerce_article_price::getPriceScaleAmountEnd  ) 
 

returns The Proce Scae Amount End

Returns:
integer

tx_commerce_article_price::getPriceScaleAmountStart  ) 
 

returns The Proce Scae Amount Start

Returns:
integer

tx_commerce_article_price::init uid,
lang_uid = 0
 

Method called by constuctor

Parameters:
integer uid of product
integer integer language_uid , default 0
Define variables


Member Data Documentation

tx_commerce_article_price::$currency = 'EUR'
 

tx_commerce_article_price::$price_gross = 0
 

tx_commerce_article_price::$price_net = 0
 

tx_commerce_article_price::$price_scale_amount_end = 1 [private]
 

Scae amount End private

tx_commerce_article_price::$price_scale_amount_start = 1 [private]
 

Scae amount Start private


The documentation for this class was generated from the following file:
Generated on Sun Jan 13 23:12:15 2008 for tx_commerce by  doxygen 1.4.4