Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
design_area_ecommerce_cart_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Design_Area_Ecommerce_Cart_Management
extends
Asset_Management
31
{
32
33
38
function
Design_Area_Ecommerce_Cart_Management
(&$pm)
39
{
40
$this->
Asset_Management
($pm);
41
42
$this->vars = Array(
43
'cart'
=> Array(
44
'added'
=>
'0.1'
,
45
'type'
=>
'assetid'
,
46
'default'
=> 0,
47
'description'
=>
'The assetid of the cart that we are connected with'
,
48
),
49
'ecom_form'
=> Array(
50
'added'
=>
'0.1'
,
51
'type'
=>
'assetid'
,
52
'default'
=> 0,
53
'description'
=>
'The assetid of the ecommerce checkout page that we are connected with'
,
54
),
55
);
56
57
}
//end constructor
58
59
60
}
//end class
61
?>
squiz_matrix
packages
ecommerce
design_areas
design_area_ecommerce_cart
design_area_ecommerce_cart_management.inc
Generated on Tue Jan 29 2013 14:05:00 for Squiz Matrix by
1.8.3.1