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) | |
![]() | |
run () | |
![]() | |
__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 () | |
![]() | |
setStatus ($status) | |
setError ($message) | |
setState ($state) | |
serializeIgnoreProperties () | |
![]() | |
runIt () | |
Additional Inherited Members | |
![]() | |
static | get (string $identifier, $storage, array $config=null) |
![]() | |
static | hydrate ( $json) |
![]() | |
static | hydrate (string $json, $instance=null) |
![]() | |
$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.