DirectHelpManualPageLinkConfiguration
in package
Class representing the online manual page link configuration
Table of Contents
- LOCAL_MAPPING_FILE_LOCATION = DIR_FS_CATALOG . 'cache/online_manual_links.json'
- Local mapping file location
- MAX_LOCAL_MAPPING_FILE_TTL = 86400
- Maximum mapping file cache time (1 day)
- REMOTE_MAPPING_FILE_LOCATION = 'https://developers.gambio.de/manual/links.php'
- Remote mapping file location
Constants
LOCAL_MAPPING_FILE_LOCATION
Local mapping file location
public
string
LOCAL_MAPPING_FILE_LOCATION
= DIR_FS_CATALOG . 'cache/online_manual_links.json'
MAX_LOCAL_MAPPING_FILE_TTL
Maximum mapping file cache time (1 day)
public
int
MAX_LOCAL_MAPPING_FILE_TTL
= 86400
REMOTE_MAPPING_FILE_LOCATION
Remote mapping file location
public
string
REMOTE_MAPPING_FILE_LOCATION
= 'https://developers.gambio.de/manual/links.php'