public function UCXF_Value::getValue in Extra Fields Checkout Pane 7
Same name and namespace in other branches
- 6.2 class/UCXF_Value.class.php \UCXF_Value::getValue()
Get value @access public
Return value
string
File
- class/
UCXF_Value.class.php, line 171 - 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;
}