file-fetcher
|
Public Member Functions | |
isServerCompatible (array $state) | |
setupState (array $state) | |
isTimeLimitIncompatible () | |
copy (array $state, Result $result, int $timeLimit=PHP_INT_MAX) | |
FileFetcher\Processor\LastResort::copy | ( | array | $state, |
Result | $result, | ||
int | $timeLimit = PHP_INT_MAX |
||
) |
Copying data from the "source location" into a file.
Implements FileFetcher\Processor\ProcessorInterface.
FileFetcher\Processor\LastResort::isServerCompatible | ( | array | $state | ) |
Whether the server holding the "file" will work with this processor.
Implements FileFetcher\Processor\ProcessorInterface.
FileFetcher\Processor\LastResort::isTimeLimitIncompatible | ( | ) |
Whether the processor can deal with time limits.
Implements FileFetcher\Processor\ProcessorInterface.
FileFetcher\Processor\LastResort::setupState | ( | array | $state | ) |
An opportunity to modify the state before attempting to fetch the file.
Implements FileFetcher\Processor\ProcessorInterface.