You are here

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

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

Whether or not all fields are loaded @access private @static

Type: boolean

File

class/UCXF_FieldList.class.php, line 46
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 $allLoaded = FALSE;