Documentation

Role
in package

Table of Contents

bucket()  : string|null
collection()  : string|null
name()  : string
scope()  : string|null
setBucket()  : Role
setCollection()  : Role
setName()  : Role
setScope()  : Role

Methods

bucket()

public bucket() : string|null
Return values
string|null

collection()

public collection() : string|null
Return values
string|null

name()

public name() : string
Return values
string

scope()

public scope() : string|null
Return values
string|null

setBucket()

public setBucket(string $bucket) : Role
Parameters
$bucket : string
Return values
Role

setCollection()

public setCollection(string $bucket) : Role
Parameters
$bucket : string
Return values
Role

setName()

public setName(string $name) : Role
Parameters
$name : string
Return values
Role

setScope()

public setScope(string $bucket) : Role
Parameters
$bucket : string
Return values
Role

Search results