PHP Класс Prose\UsingHostsTable

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

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

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

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

Метод Описание
addHost ( string $hostId, object $hostDetails ) : void addHost
removeHost ( string $hostId ) : void removeHost

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

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

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
Результат void

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

removeHost
public removeHost ( string $hostId ) : void
$hostId string ID of the host to remove
Результат void

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

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

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