\FAA\ObjCronJobImportCustomer

handle the import customer function

Summary

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

Properties

$storage_path

$storage_path :null

The storage path

Type

null

Methods

__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

GetStoragePath()

GetStoragePath(): string

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

Returns

string —

the object storage path

GetPath()

GetPath(): string

Expose the storage path Provides 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