Property | Type | Description | |
---|---|---|---|
$tableName | string | The key that this table stores it's data in the RuntimeConfig |
Method | Description | |
---|---|---|
hasEntryForProcess ( mixed $pid ) : void | hasEntryForProcess | |
hasNoEntryForProcess ( mixed $pid ) : void | hasNoEntryForProcess |
public hasEntryForProcess ( mixed $pid ) : void | ||
$pid | mixed | The pid we're working with |
return | void |
public hasNoEntryForProcess ( mixed $pid ) : void | ||
$pid | mixed | The pid we're working with |
return | void |
protected string $tableName | ||
return | string |