|
file-fetcher
|
Public Member Functions | |
| isServerCompatible (array $state) | |
| setupState (array $state) | |
| isTimeLimitIncompatible () | |
| copy (array $state, Result $result, int $timeLimit=PHP_INT_MAX) | |
| FileFetcher\Processor\Local::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\Local::isServerCompatible | ( | array | $state | ) |
Whether the server holding the "file" will work with this processor.
Implements FileFetcher\Processor\ProcessorInterface.
| FileFetcher\Processor\Local::isTimeLimitIncompatible | ( | ) |
Whether the processor can deal with time limits.
Implements FileFetcher\Processor\ProcessorInterface.
| FileFetcher\Processor\Local::setupState | ( | array | $state | ) |
An opportunity to modify the state before attempting to fetch the file.
Implements FileFetcher\Processor\ProcessorInterface.
1.8.17