private static property UCXF_Value::$loaded_values in Extra Fields Checkout Pane 7
Same name and namespace in other branches
- 6.2 class/UCXF_Value.class.php \UCXF_Value::loaded_values
A multidimensional array with cached results, saved this way: [element_id][element_type][field_id]
@access private @static
Type: array $loaded_values
File
- class/
UCXF_Value.class.php, line 32 - Contains the UCXF_Value class.
Class
- UCXF_Value
- This class is used to keep track of all field values currently loaded.
Code
private static $loaded_values = array();