private static property UCXF_FieldList::$loadedPanes in Extra Fields Checkout Pane 7
Same name and namespace in other branches
- 6.2 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();