Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Prose
ExpectsRuntimeTable
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