PHP Class Prose\UsingHostsTable

Inheritance: extends Prose
Afficher le fichier Open project: datasift/storyplayer

Protected Properties

Свойство Type Description
$entryKey string entryKey The key that this table interacts with in the RuntimeConfig

Méthodes publiques

Méthode Description
addHost ( string $hostId, object $hostDetails ) : void addHost
removeHost ( string $hostId ) : void removeHost

Method Details

addHost() public méthode

addHost
public addHost ( string $hostId, object $hostDetails ) : void
$hostId string ID of the host to add to the table
$hostDetails object Details about this host
Résultat void

removeHost() public méthode

removeHost
public removeHost ( string $hostId ) : void
$hostId string ID of the host to remove
Résultat void

Property Details

$entryKey protected_oe property

entryKey The key that this table interacts with in the RuntimeConfig
protected string $entryKey
Résultat string