PHP Класс Prose\FromProcessesTable

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

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

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

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

Метод Описание
getDetailsForPid ( mixed $pid ) : object getDetailsForPid
getProcessesTable ( ) : object getProcessesTable

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

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

Get the get a specific pid's details from the processes table
public getDetailsForPid ( mixed $pid ) : object
$pid mixed The pid we're working with
Результат object

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

Get the entire processes table from the runtime config
public getProcessesTable ( ) : object
Результат object

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

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

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