Property | Type | Description | |
---|---|---|---|
$entryKey | string | entryKey The key that this table interacts with in the RuntimeConfig |
Method | Description | |
---|---|---|
hasEntryForHost ( string $hostId ) : void | hasEntryForHost | |
hasNoEntryForHost ( string $hostId ) : void | hasNoEntryForHost |
public hasEntryForHost ( string $hostId ) : void | ||
$hostId | string | The host we're looking for |
return | void |
public hasNoEntryForHost ( string $hostId ) : void | ||
$hostId | string | The host we're looking for |
return | void |
protected string $entryKey | ||
return | string |