private function UCXF_Value::__clone in Extra Fields Checkout Pane 7
Same name and namespace in other branches
- 6.2 class/UCXF_Value.class.php \UCXF_Value::__clone()
Disallow cloning @access private
Return value
void
File
- class/
UCXF_Value.class.php, line 136 - Contains the UCXF_Value class.
Class
- UCXF_Value
- This class is used to keep track of all field values currently loaded.
Code
private function __clone() {
}