$id
$id :
Execute() : \FAA\Obj\Result
Handle the update of the permission relations
A 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
RegisterSingle(array $data) : \FAA\Obj\Result
Register new sub jobs They are called afterwards in the Execute method
| array | $data | The configuration array |
A system result object
Database() : \FAA\Handler\Database\CronJobDBAL|null
Get the database
_iterateWidgets(\FAA\Obj\Result $result, string $base_group, string $group_id)
Iterator
| \FAA\Obj\Result | $result | The result buffer |
| string | $base_group | The source group |
| string | $group_id | The target group |
_iterateFolderTree(\FAA\Obj\Result $result, string $root, string $base_group, string $group_id, array<mixed,Object> $folders)
Iterator
| \FAA\Obj\Result | $result | The result buffer |
| string | $root | The real path in the file system |
| string | $base_group | The source group |
| string | $group_id | The target group |
| array<mixed,Object> | $folders | A plain representation of a system folder tree element |