PHP Class Prose\UsingProcessesTable

Inheritance: extends Prose
Afficher le fichier Open project: datasift/storyplayer

Protected Properties

Свойство Type Description
$tableName string The key that this table stores it's data in the RuntimeConfig

Méthodes publiques

Méthode Description
addProcess ( string $hostId, object $processDetails ) : void addProcess
removeProcess ( string $hostId, object $processDetails ) : void removeProcess

Method Details

addProcess() public méthode

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
Résultat void

removeProcess() public méthode

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
Résultat void

Property Details

$tableName protected_oe property

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