[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 418 lines (13 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
attributeManagerAtomic:: (12 methods):
attributeManagerAtomic()
addAttributeToProduct()
addOptionValueToProduct()
addNewOptionValueToProduct()
removeOptionFromProduct()
removeOptionValueFromProduct()
AddStockToProduct()
update()
getAllProductOptionsAndValues()
getSortedProductAttributes()
sortArrSessionVar()
sortProductAttributes()
Class: attributeManagerAtomic - X-Ref
attributeManagerAtomic(&$arrSessionVar) X-Ref |
__constrct - Assigns the session variable and calls the parent construct registers page actions author: Sam West aka Nimmit - [email protected] param: $arrSessionVar array - passed by Ref return: void |
addAttributeToProduct($get) X-Ref |
Adds the selected attribute to the current product author: Sam West aka Nimmit - [email protected] param: $get $_GET return: void |
addOptionValueToProduct($get) X-Ref |
Adds an existing option value to a product author: Sam West aka Nimmit - [email protected] param: $get $_GET return: void |
addNewOptionValueToProduct($get) X-Ref |
Adds a new option value to the session then to the product author: Sam West aka Nimmit - [email protected] param: $get $_GET return: void |
removeOptionFromProduct($get) X-Ref |
Removes a specific option and its option values from the current product author: Sam West aka Nimmit - [email protected] param: $get $_GET return: void |
removeOptionValueFromProduct($get) X-Ref |
Removes a specific option value from a the current product author: Sam West aka Nimmit - [email protected] param: $get $_GET return: void |
AddStockToProduct($get) X-Ref |
Updates the quantity on the products stock table author: Phocea param: $get $_GET return: void |
update($get) X-Ref |
Updates the price and prefix in the products attribute table author: Sam West aka Nimmit - [email protected] param: $get $_GET return: void |
getAllProductOptionsAndValues($reset = false) X-Ref |
Returns all of the products options and values in the session author: Sam West aka Nimmit - [email protected] return: array |
getSortedProductAttributes() X-Ref |
No description |
sortArrSessionVar() X-Ref |
No description |
sortProductAttributes() X-Ref |
No description |
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |