PHP 클래스 Prose\FromProcessesTable

저자: Stuart Herbert ([email protected])
상속: extends Prose
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$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