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);
    }