$settings
$settings : \stdClass
The configuration The resolved configuration object.
BuildLink(string $url, boolean $https = false) : string
mk link create an absolute link to the cdn storage
string | $url | string The path to a stored cache file |
boolean | $https | boolean Use https support |
A parsed url with absolute domain and protocol or the original url
GetFormPreset() : \FAA\Obj\Result
preset load the common CDN settings preset for generation a formular
$result A fileaccess result object
GetSettings() : \FAA\Obj\Result
get load the common CDN settings object
$result A system result object
StoreSettings(array $values) : \FAA\Obj\Result
Store settings Save the custom MaxCDN settings object in the settings repo
array | $values | The configuration values |
A system result object
DeleteAll() : \FAA\Obj\Result
purge all values delete all files in a specific zone of the CDN
A default result object
DeleteSingle(string $file) : \FAA\Obj\Result
delete delete a single file from cache
string | $file | The path to a stored cache file |
A system result object
connect() : \FAA\Obj\Result
connect connect to the cdn api and load account values
A system result object
delete_resolved( $call, $params = null) : \FAA\Obj\Result
call delete a list of files from remote
$call | string The request path |
|
$params | mixed The request additional settings |
A default result object
fetch_resolved( $call) : \FAA\Obj\Result
call fetch resolved values from remote endpoint
$call | string The request path |
$result A default result object