Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
Cart Class Reference
Collaboration diagram for Cart:
Collaboration graph

Public Member Functions

 check ($art)
 reset ()
 add_item ($art, $num)
 remove_item ($art, $num)
 set_item ($art, $num)
 num_items ()
 tot_arts ()
 show_all ()
 start ()
 show_cart_open ()
 show_cart_close ()
 show_item ($art, $num)
 show_empty_cart ()

Data Fields

 $classname = "Cart"
 $persistent_slots = array("item", "currentItem")
 $item = array()
 $currentItem = 1

Member Function Documentation

add_item (   $art,
  $num 
)

Here is the call graph for this function:

check (   $art)

Here is the call graph for this function:

Here is the caller graph for this function:

num_items ( )

Here is the caller graph for this function:

remove_item (   $art,
  $num 
)

Here is the call graph for this function:

reset ( )

Here is the caller graph for this function:

set_item (   $art,
  $num 
)

Here is the call graph for this function:

show_all ( )

Here is the call graph for this function:

show_cart_close ( )

Here is the caller graph for this function:

show_cart_open ( )

Here is the caller graph for this function:

show_empty_cart ( )

Here is the caller graph for this function:

show_item (   $art,
  $num 
)

Here is the caller graph for this function:

start ( )
tot_arts ( )

Here is the call graph for this function:

Field Documentation

$classname = "Cart"
$currentItem = 1
$item = array()
$persistent_slots = array("item", "currentItem")

The documentation for this class was generated from the following file: