print transportAgentApplication

Handles launching applications, these are CLI apps that are either other PHP scripts or other programs available to the system. Process can be fired either inline or as background processes. Background processes will always return a status of true and raise a log message of notice level.

The application to be fired should be executable before being passed to this mechanism as no additional checks will be made when calling the app.


Methods

public launchInBg()

Returns true if app should be launched in background

public getAppResponseOk()

Returns the value that is an OK app response, usually an integer of "0"

public getApplication()

Return the message body to be sent


Inherited Methods

<  1  >