PHP 클래스 Prose\UsingProcessesTable

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

보호된 프로퍼티들

프로퍼티 타입 설명
$tableName string The key that this table stores it's data in the RuntimeConfig

공개 메소드들

메소드 설명
addProcess ( string $hostId, object $processDetails ) : void addProcess
removeProcess ( string $hostId, object $processDetails ) : void removeProcess

메소드 상세

addProcess() 공개 메소드

addProcess
public addProcess ( string $hostId, object $processDetails ) : void
$hostId string ID of the host where the process is running
$processDetails object Details about the process we're working with
리턴 void

removeProcess() 공개 메소드

removeProcess
public removeProcess ( string $hostId, object $processDetails ) : void
$hostId string ID of the host where the process was running
$processDetails object The process ID we're working with
리턴 void

프로퍼티 상세

$tableName 보호되어 있는 프로퍼티

The key that this table stores it's data in the RuntimeConfig
protected string $tableName
리턴 string