__construct() __construct(integer $id = null,array $setup = null) construct a new instance of the object Parameters integer $id A cron job identification number array $setup A cron job setup data set
Register() Register(): \FAA\Obj\Result Register new sub jobs They are called afterwards in the Execute method Returns\FAA\Obj\Result —A system result object
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
Execute() Execute(): \FAA\Obj\Result Execute sub job, This one is called after the Register method Returns\FAA\Obj\Result —A system result object
GetPath() GetPath(): string Expose the storage path Provides an interface to extract the current path of this object Returnsstring —The object storage path
GetName() GetName(): string expose the name provide an interface to extract the name Returnsstring —the object name