You are here

public function UCXF_Value::getValue in Extra Fields Checkout Pane 6.2

Same name and namespace in other branches
  1. 7 class/UCXF_Value.class.php \UCXF_Value::getValue()

Get value @access public

Return value

string

File

class/UCXF_Value.class.php, line 172
Contains the UCXF_Value class.

Class

UCXF_Value
This class is used to keep track of all field values currently loaded.

Code

public function getValue() {
  return $this->value;
}