Documentation

DropUserOptions
in package

Table of Contents

$domainName  : string|null
$timeoutMilliseconds  : int|null
__construct()  : mixed
build()  : DropUserOptions
Static helper to keep code more readable
domainName()  : DropUserOptions
Sets the auth domain.
timeout()  : DropUserOptions
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) : DropUserOptions
Parameters
$milliseconds : int

the operation timeout to apply

Tags
since
4.0.0
Return values
DropUserOptions

        

Search results