PHP Class Prose\UsingProcessesTable

Inheritance: extends Prose
Show file Open project: datasift/storyplayer

Protected Properties

Property Type Description
$tableName string The key that this table stores it's data in the RuntimeConfig

Public Methods

Method Description
addProcess ( string $hostId, object $processDetails ) : void addProcess
removeProcess ( string $hostId, object $processDetails ) : void removeProcess

Method Details

addProcess() public method

addProcess
public addProcess ( string $hostId, object $processDetails ) : void
$hostId string ID of the host where the process is running
$processDetails object Details about the process we're working with
return void

removeProcess() public method

removeProcess
public removeProcess ( string $hostId, object $processDetails ) : void
$hostId string ID of the host where the process was running
$processDetails object The process ID we're working with
return void

Property Details

$tableName protected property

The key that this table stores it's data in the RuntimeConfig
protected string $tableName
return string