PHP Class Prose\ExpectsRuntimeTable

Author: Michael Heap ([email protected])
Inheritance: extends BaseRuntimeTable
Afficher le fichier Open project: datasift/storyplayer

Méthodes publiques

Méthode Description
hasEntry ( string $key ) : void hasEntry
hasNoEntry ( string $key ) : void hasNoEntry

Method Details

hasEntry() public méthode

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

hasNoEntry() public méthode

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