Prose\FromProcessesTable::getDetailsForPid PHP Метод

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
    public function getDetailsForPid($pid)
    {
        return fromRuntimeTable($this->tableName)->getDetails($pid);
    }