PHP Класс Prose\ExpectsProcessesTable

Автор: Stuart Herbert ([email protected])
Наследование: extends Prose
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$tableName string The key that this table stores it's data in the RuntimeConfig

Открытые методы

Метод Описание
hasEntryForProcess ( mixed $pid ) : void hasEntryForProcess
hasNoEntryForProcess ( mixed $pid ) : void hasNoEntryForProcess

Описание методов

hasEntryForProcess() публичный Метод

hasEntryForProcess
public hasEntryForProcess ( mixed $pid ) : void
$pid mixed The pid we're working with
Результат void

hasNoEntryForProcess() публичный Метод

hasNoEntryForProcess
public hasNoEntryForProcess ( mixed $pid ) : void
$pid mixed The pid we're working with
Результат void

Описание свойств

$tableName защищенное свойство

The key that this table stores it's data in the RuntimeConfig
protected string $tableName
Результат string