You are here

public function UCXF_Pane::__construct in Extra Fields Checkout Pane 6.2

UCXF_Pane object constructor

@access public

Parameters

string $pane_type:

string $uc_pane_type:

object $order:

mixed $arg2:

Return value

void

File

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

Class

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

Code

public function __construct($pane_id, $uc_pane_type, $order, &$values) {
  $this->pane_id = $pane_id;
  $this->uc_pane_type = $uc_pane_type;
  $this->order = $order;
  $this->values = $values;
}