PHP Класс Prose\ExpectsHostsTable

Автор: Stuart Herbert ([email protected])
Наследование: extends Prose
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$entryKey string entryKey The key that this table interacts with in the RuntimeConfig

Открытые методы

Метод Описание
hasEntryForHost ( string $hostId ) : void hasEntryForHost
hasNoEntryForHost ( string $hostId ) : void hasNoEntryForHost

Описание методов

hasEntryForHost() публичный Метод

hasEntryForHost
public hasEntryForHost ( string $hostId ) : void
$hostId string The host we're looking for
Результат void

hasNoEntryForHost() публичный Метод

hasNoEntryForHost
public hasNoEntryForHost ( string $hostId ) : void
$hostId string The host we're looking for
Результат void

Описание свойств

$entryKey защищенное свойство

entryKey The key that this table interacts with in the RuntimeConfig
protected string $entryKey
Результат string