PHP Class Prose\ExpectsRuntimeTable

Author: Michael Heap ([email protected])
Inheritance: extends BaseRuntimeTable
Show file Open project: datasift/storyplayer

Public Methods

Method Description
hasEntry ( string $key ) : void hasEntry
hasNoEntry ( string $key ) : void hasNoEntry

Method Details

hasEntry() public method

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

hasNoEntry() public method

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