PHP Class Prose\ExpectsProcessesTable

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
hasEntryForProcess ( mixed $pid ) : void hasEntryForProcess
hasNoEntryForProcess ( mixed $pid ) : void hasNoEntryForProcess

Method Details

hasEntryForProcess() public method

hasEntryForProcess
public hasEntryForProcess ( mixed $pid ) : void
$pid mixed The pid we're working with
return void

hasNoEntryForProcess() public method

hasNoEntryForProcess
public hasNoEntryForProcess ( mixed $pid ) : void
$pid mixed The pid 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