private property UcAddressesAddressBook::$performanceHint in Ubercart Addresses 6.2
Same name and namespace in other branches
- 7 class/UcAddressesAddressBook.class.php \UcAddressesAddressBook::performanceHint
Performance hint setting.
This setting determines how the address book should operate when it loads addresses. The performance hint setting can be set to:
- PERF_HINT_LOAD_ONE
- PERF_HINT_LOAD_ALL
@access private
Type: int
File
- class/
UcAddressesAddressBook.class.php, line 62 - Contains the UcAddressesAddressBook class.
Class
- UcAddressesAddressBook
- The address book class
Code
private $performanceHint = self::PERF_HINT_LOAD_ONE;