Documentation

GetGroupOptions
in package

Table of Contents

$domainName  : string|null
$timeoutMilliseconds  : int|null
__construct()  : mixed
build()  : GetGroupOptions
Static helper to keep code more readable
domainName()  : GetGroupOptions
Sets the auth domain.
timeout()  : GetGroupOptions
Sets the operation timeout in milliseconds.

Properties

Methods

__construct()

public __construct() : mixed
Tags
since
4.0.0
Return values
mixed

timeout()

Sets the operation timeout in milliseconds.

public timeout(int $milliseconds) : GetGroupOptions
Parameters
$milliseconds : int

the operation timeout to apply

Tags
since
4.0.0
Return values
GetGroupOptions

        

Search results