PHP Class Prose\FromHostsTable

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
getDetailsForHost ( string $hostId ) : object getDetailsForHost
getHostsTable ( ) : object getHostsTable
hasTestEnvironment ( )

Method Details

getDetailsForHost() public method

getDetailsForHost
public getDetailsForHost ( string $hostId ) : object
$hostId string The host we're looking for
return object Details about $hostId

getHostsTable() public method

getHostsTable
public getHostsTable ( ) : object
return object The hosts table

hasTestEnvironment() public method

public hasTestEnvironment ( )

Property Details

$entryKey protected property

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