$id
$id :
Execute() : \FAA\Obj\Result
Execute sub jobs, are called after the Register method
A system result object
Register() : \FAA\Obj\Result
Register new sub jobs, are called afterwards in the Execute method
A system result object
Delete() : \FAA\Obj\Result
Delete instance from database And the folder from file system
Progress(integer $value = null) : string
Expose the current progress
Provide an interface to extract the current progress of this object. When a value is given, the progress is set and persisted in the database
integer | $value | The current progress |
The current progress
TailLogfile(integer $index) : \FAA\Obj\Result
Do log tail Tail the local log file.
integer | $index | The start line index |
The result object
Database() : \FAA\Handler\Database\CronJobDBAL|null
Get the database
_iterateFolderTree(string $path, string $url, string $language, Object $folder)
build the links this function is used to create the folder specific links
string | $path | The real path in the file system |
string | $url | The optimized url |
string | $language | The currently processed language |
Object | $folder | A plain representation of a system folder tree element |