\FAA\ObjCronJobExportBills

Summary

Methods
Properties
Constants
__construct()
RegisterSingle()
Register()
Execute()
GetPath()
GetName()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(  $id = null,  $setup = null)

construct a new instance of the object

Parameters

$id

(integer) a cron job identification number

$setup

(assoc) a cron job setup data set

RegisterSingle()

RegisterSingle(array  $data): \FAA\Obj\Result

Register new sub jobs They are called afterwards in the Execute method

Parameters

array $data

The configuration array

Returns

\FAA\Obj\Result —

A system result object

Register()

Register()

Register new sub jobs, are called afterwards in the Execute method

Execute()

Execute()

Execute sub jobs, are called after the Register method

GetPath()

GetPath(): string

expose the storage path provide an interface to extract the current path of this object

Returns

string —

the object storage path

GetName()

GetName(): string

expose the name provide an interface to extract the name

Returns

string —

the object name