Class gItem

Description

Representation of a Shopping cart item.

Located in /classes/gItem.php (line 34)


	
			
Variable Summary
Method Summary
 gItem gItem (unknown_type $name, unknown_type $description, unknown_type $quantity, unknown_type $price, [string $tax_table_selector = ""], [mixed $private_item_data = ""])
 unknown getXML ()
 void setPrivateItemData (unknown_type $private_item_data)
 void setTaxTableSelector (unknown_type $tax_table_selector)
Variables
mixed $_description (line 36)
mixed $_name (line 35)
mixed $_price (line 37)
mixed $_private_item_data (line 39)
mixed $_quantity (line 38)
mixed $_tax_table_selector (line 40)
Methods
Constructor gItem (line 53)

Default Constructor

gItem gItem (unknown_type $name, unknown_type $description, unknown_type $quantity, unknown_type $price, [string $tax_table_selector = ""], [mixed $private_item_data = ""])
  • unknown_type $name
  • unknown_type $description
  • unknown_type $price
  • unknown_type $quantity
  • string $tax_table_selector: XML Document $private_item_data
getXML (line 87)

return Google Checkout XML

unknown getXML ()
setPrivateItemData (line 78)

Add any valid XML document to the item.

void setPrivateItemData (unknown_type $private_item_data)
  • unknown_type $private_item_data
setTaxTableSelector (line 68)

Enter the name of the alternate tax table that you want to use to calculate tax for this item.

void setTaxTableSelector (unknown_type $tax_table_selector)
  • unknown_type $tax_table_selector

Documentation generated on Mon, 04 Dec 2006 11:09:33 -0500 by phpDocumentor 1.3.0RC3