You are here

public static function UCXF_Pane::getProcessedOrderPanes in Extra Fields Checkout Pane 6.2

Returns all order panes processed by order_edit_process This method is used in uc_extra_fields_pane_order(). @access public

Return value

array

File

class/UCXF_Pane.class.php, line 387
Contains the UCXF_Pane class.

Class

UCXF_Pane
Base class for checkout panes and order panes implemented by Extra Fields Pane.

Code

public static function getProcessedOrderPanes() {
  return self::$processed_order_panes;
}