Свойство | Тип | Описание | |
---|---|---|---|
$tableName | string | The key that this table stores it's data in the RuntimeConfig |
Метод | Описание | |
---|---|---|
hasEntryForProcess ( mixed $pid ) : void | hasEntryForProcess | |
hasNoEntryForProcess ( mixed $pid ) : void | hasNoEntryForProcess |
public hasEntryForProcess ( mixed $pid ) : void | ||
$pid | mixed | The pid we're working with |
Результат | void |
public hasNoEntryForProcess ( mixed $pid ) : void | ||
$pid | mixed | The pid we're working with |
Результат | void |
protected string $tableName | ||
Результат | string |