GetRolesOptions
in package
Table of Contents
- $domainName : string|null
- $timeoutMilliseconds : int|null
- __construct() : mixed
- build() : GetRolesOptions
- Static helper to keep code more readable
- domainName() : GetRolesOptions
- Sets the auth domain.
- timeout() : GetRolesOptions
- Sets the operation timeout in milliseconds.
Properties
$domainName
private
string|null
$domainName
= null
$timeoutMilliseconds
private
int|null
$timeoutMilliseconds
= null
Methods
__construct()
public
__construct() : mixed
Tags
Return values
mixed —build()
Static helper to keep code more readable
public
static build() : GetRolesOptions
Tags
Return values
GetRolesOptions —domainName()
Sets the auth domain.
public
domainName(string $domain) : GetRolesOptions
Parameters
- $domain : string
-
the auth domain
Tags
Return values
GetRolesOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : GetRolesOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply