PHP Class Microweber\Providers\Shop\CartManager

Datei anzeigen Open project: microweber/microweber

Public Properties

Property Type Description
$app Microweber\Application
$table

Public Methods

Method Description
__construct ( $app = null )
delete_cart ( $params )
empty_cart ( )
get ( $params = false )
get_by_order_id ( $order_id = false )
get_tax ( )
recover_cart ( $sid = false, $ord_id = false )
remove_item ( $data )
sum ( boolean $return_amount = true ) : array | false | float | integer | mixed
table_name ( )
total ( )
update_cart ( $data )
update_item_qty ( $data )

Method Details

__construct() public method

public __construct ( $app = null )

delete_cart() public method

public delete_cart ( $params )

empty_cart() public method

public empty_cart ( )

get() public method

public get ( $params = false )

get_by_order_id() public method

public get_by_order_id ( $order_id = false )

get_tax() public method

public get_tax ( )

recover_cart() public method

public recover_cart ( $sid = false, $ord_id = false )

remove_item() public method

public remove_item ( $data )

sum() public method

public sum ( boolean $return_amount = true ) : array | false | float | integer | mixed
$return_amount boolean
return array | false | float | integer | mixed

table_name() public method

public table_name ( )

total() public method

public total ( )

update_cart() public method

public update_cart ( $data )

update_item_qty() public method

public update_item_qty ( $data )

Property Details

$app public_oe property

public Application,Microweber $app
return Microweber\Application

$table public_oe property

public $table