PHP Class Prose\FromProcessesTable

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

Method Details

getDetailsForPid() public method

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
return object

getProcessesTable() public method

Get the entire processes table from the runtime config
public getProcessesTable ( ) : object
return object

Property Details

$tableName protected property

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