PHP Class Microweber\Providers\Shop\OrderManager

Datei anzeigen Open project: microweber/microweber

Public Properties

Property Type Description
$app Microweber\Application
$table

Public Methods

Method Description
__construct ( $app = null )
delete_order ( $data )
export_orders ( )
export_orders1 ( )
get ( $params = false )
get_by_id ( $id = false )
get_items ( $order_id = false )
place_order ( $place_order )
save ( $params = false ) update_order.

Method Details

__construct() public method

public __construct ( $app = null )

delete_order() public method

public delete_order ( $data )

export_orders() public method

public export_orders ( )

export_orders1() public method

public export_orders1 ( )

get() public method

public get ( $params = false )

get_by_id() public method

public get_by_id ( $id = false )

get_items() public method

public get_items ( $order_id = false )

place_order() public method

public place_order ( $place_order )

save() public method

updates order by parameters
public save ( $params = false )

Property Details

$app public_oe property

public Application,Microweber $app
return Microweber\Application

$table public_oe property

public $table