PHP 클래스 Prose\UsingRolesTable

저자: Stuart Herbert ([email protected])
상속: extends Prose
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$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