You are here

private static property UCXF_Value::$loaded_values in Extra Fields Checkout Pane 6.2

Same name and namespace in other branches
  1. 7 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 33
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();