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