|
file-fetcher
|
These can be utilized to make a local copy of a remote file aka fetch a file.
Public Member Functions | |
| setTimeLimit (int $seconds) | |
Public Member Functions inherited from Procrastinator\Job\AbstractPersistentJob | |
| run () | |
Public Member Functions inherited from Procrastinator\Job::Job | |
| __construct () | |
| run () | |
| setTimeLimit (int $seconds) | |
| getTimeLimit () | |
| getState () | |
| getStateProperty (string $property, $default=null) | |
| getResult () | |
| setStateProperty ( $property, $value) | |
| jsonSerialize () | |
| setStateProperty ($property, $value) | |
| getTimeLimit () | |
| getState () | |
| getStateProperty (string $property, $default=null) | |
| getResult () | |
| jsonSerialize () | |
Protected Member Functions | |
| __construct (string $identifier, $storage, array $config=null) | |
| runIt () | |
Protected Member Functions inherited from Procrastinator\Job\AbstractPersistentJob | |
| setStatus ($status) | |
| setError ($message) | |
| setState ($state) | |
| serializeIgnoreProperties () | |
Protected Member Functions inherited from Procrastinator\Job::Job | |
| runIt () | |
Additional Inherited Members | |
Static Public Member Functions inherited from Procrastinator\Job\AbstractPersistentJob | |
| static | get (string $identifier, $storage, array $config=null) |
Static Public Member Functions inherited from Procrastinator\Job::Job | |
| static | hydrate ( $json) |
Static Public Member Functions inherited from Contracts\HydratableInterface | |
| static | hydrate (string $json, $instance=null) |
Protected Attributes inherited from Procrastinator\Job\AbstractPersistentJob | |
| $identifier | |
| $storage | |
|
protected |
Constructor.
Reimplemented from Procrastinator\Job\AbstractPersistentJob.
|
protected |
Reimplemented from Procrastinator\Job::Job.
| FileFetcher\FileFetcher::setTimeLimit | ( | int | $seconds | ) |
Reimplemented from Procrastinator\Job\AbstractPersistentJob.
1.8.17