phpDocumentor

DirectHelpManualMappingFileStorage
in package

Class representing the manual links mapping file storage

Table of Contents

FALLBACK_CONTENT  = '{ "root": "https://developers.gambio.de/manual.html", "links": {} }'
Fallback remote content (if the remote server can not be reached)
HTTP_NOT_FOUND_STATUS_CODE  = 404
HTTP Not-Found status code
$cacheLocation  : string
Local file location
$mapping  : array<string|int, mixed>
Online manual page link mapping
$remoteLocation  : string
Remote file location
$rootPage  : string
Online manual root page
$shopVersion  : string
Shop version
$ttl  : int
Maximum cache time
__construct()  : mixed
Create instance
mapping()  : array<string|int, mixed>
Return the online manual page link mapping
rootPage()  : string
Return the online manual root page
content()  : array<string|int, mixed>
Return the decoded mapping file content
localContent()  : string|null
Return the cached file content
remoteContent()  : string
Return the content from remote file
renewCache()  : mixed
Renew cache file

Constants

FALLBACK_CONTENT

Fallback remote content (if the remote server can not be reached)

public string FALLBACK_CONTENT = '{ "root": "https://developers.gambio.de/manual.html", "links": {} }'

Properties

Methods

Search results