Documentation

MFPaymentSync
in package
implements Process uses Log

FinalYes

Table of Contents

Interfaces

Process
Process Interface

Methods

__construct()  : mixed
create()  : MFPaymentSync
Creates the process This function is used to recreate a Process Object from the Task table Instead of forcing a unique constructor, only enforcement is to have a constructor without m mandatory arguments
executable()  : returns
isRunning()  : returns
Checks if there are running processes of a certain class or with a given pid
pid()  : returns
run()  : int
Starts the process
startDate()  : int

Methods

__construct()

public __construct([int|null $businessId = null ][, string|null $dbIndex = null ]) : mixed
Parameters
$businessId : int|null = null
$dbIndex : string|null = null

create()

Creates the process This function is used to recreate a Process Object from the Task table Instead of forcing a unique constructor, only enforcement is to have a constructor without m mandatory arguments

public create(string $executable[, int|null $pid = null ]) : MFPaymentSync
Parameters
$executable : string
$pid : int|null = null
Return values
MFPaymentSync

executable()

public executable() : returns
Return values
returns

the executable

isRunning()

Checks if there are running processes of a certain class or with a given pid

public isRunning() : returns
Return values
returns

true if the Process is running

pid()

public pid() : returns
Return values
returns

the Process ID

run()

Starts the process

public run() : int
Return values
int

startDate()

public startDate() : int
Return values
int

returns the DateTime Object when the process was started


        
On this page

Search results