PHP Class Prose\ExpectsProcessesTable

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

Method Details

hasEntryForProcess() public méthode

hasEntryForProcess
public hasEntryForProcess ( mixed $pid ) : void
$pid mixed The pid we're working with
Résultat void

hasNoEntryForProcess() public méthode

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