private static property UCXF_Value::$loaded_lists in Extra Fields Checkout Pane 7
Same name and namespace in other branches
- 6.2 class/UCXF_Value.class.php \UCXF_Value::loaded_lists
A multidimensional array that keeps track of which value lists are loaded through load_list(), structured this way: [element_id][element_type]
@access private @static
Type: array
File
- class/
UCXF_Value.class.php, line 43 - 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_lists = array();