__construct()
__construct(string $src, int $timelimit, string $dest, bool $public)
Constructor
Parameters
string | $src | The source URL |
int | $timelimit | The amount of time in minutes before this file must be refreshed. Default is 24 hours. |
string | $dest | Optional destination filename. |
bool | $public | Optional. If public is set, and dest is not set, attempt to use the PUBLIC_CACHE_LOCATION for the destination. |