You are here

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

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

An array of boolean static which panes are loaded @access private @static

Type: array

File

class/UCXF_FieldList.class.php, line 38
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 $loadedPanes = array();