You are here

private static property UCXF_FieldList::$fields in Extra Fields Checkout Pane 6.2

Same name and namespace in other branches
  1. 7 class/UCXF_FieldList.class.php \UCXF_FieldList::fields

An array of all loaded fields @access private @static

Type: array

File

class/UCXF_FieldList.class.php, line 30
Contains the UCXF_FieldList class.

Class

UCXF_FieldList
This class is used to keep track of all loaded fields in one request. It's also used as a central place to request fields.

Code

private static $fields = array();