PHP 클래스 Prose\ExpectsProcessesTable

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
hasEntryForProcess ( mixed $pid ) : void hasEntryForProcess
hasNoEntryForProcess ( mixed $pid ) : void hasNoEntryForProcess

메소드 상세

hasEntryForProcess() 공개 메소드

hasEntryForProcess
public hasEntryForProcess ( mixed $pid ) : void
$pid mixed The pid we're working with
리턴 void

hasNoEntryForProcess() 공개 메소드

hasNoEntryForProcess
public hasNoEntryForProcess ( mixed $pid ) : void
$pid mixed The pid we're working with
리턴 void

프로퍼티 상세

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

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