PHP 클래스 Prose\ExpectsRuntimeTable

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

공개 메소드들

메소드 설명
hasEntry ( string $key ) : void hasEntry
hasNoEntry ( string $key ) : void hasNoEntry

메소드 상세

hasEntry() 공개 메소드

hasEntry
public hasEntry ( string $key ) : void
$key string key The key to look for inside the tableName table
리턴 void

hasNoEntry() 공개 메소드

hasNoEntry
public hasNoEntry ( string $key ) : void
$key string key The key to look for inside the tableName table
리턴 void