PHP Class Prose\ExpectsHostsTable

Inheritance: extends Prose
Show file Open project: datasift/storyplayer

Protected Properties

Property Type Description
$entryKey string entryKey The key that this table interacts with in the RuntimeConfig

Public Methods

Method Description
hasEntryForHost ( string $hostId ) : void hasEntryForHost
hasNoEntryForHost ( string $hostId ) : void hasNoEntryForHost

Method Details

hasEntryForHost() public method

hasEntryForHost
public hasEntryForHost ( string $hostId ) : void
$hostId string The host we're looking for
return void

hasNoEntryForHost() public method

hasNoEntryForHost
public hasNoEntryForHost ( string $hostId ) : void
$hostId string The host we're looking for
return void

Property Details

$entryKey protected property

entryKey The key that this table interacts with in the RuntimeConfig
protected string $entryKey
return string