PHP Класс Prose\UsingRolesTable

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

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

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

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

Метод Описание
addHostToRole ( object $hostDetails, string $roleName ) : void addHost
removeHostFromAllRoles ( $hostId )
removeHostFromRole ( string $hostId, string $roleName ) : void removeRole

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

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

addHost
public addHostToRole ( object $hostDetails, string $roleName ) : void
$hostDetails object Details about the host to add to the role
$roleName string Role name to add
Результат void

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

public removeHostFromAllRoles ( $hostId )

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

removeRole
public removeHostFromRole ( string $hostId, string $roleName ) : void
$hostId string ID of the host to remove
$roleName string Role name to remove
Результат void

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

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

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