PHP Class Prose\FromProcessesTable

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
getDetailsForPid ( mixed $pid ) : object getDetailsForPid
getProcessesTable ( ) : object getProcessesTable

Method Details

getDetailsForPid() public méthode

Get the get a specific pid's details from the processes table
public getDetailsForPid ( mixed $pid ) : object
$pid mixed The pid we're working with
Résultat object

getProcessesTable() public méthode

Get the entire processes table from the runtime config
public getProcessesTable ( ) : object
Résultat object

Property Details

$tableName protected_oe property

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