AskResponse
Table of Contents
Properties
-
$thread
: Thread
Methods
-
__construct()
: mixed
-
repeat()
: self
-
timeout()
: self
$thread
read-only
private
Thread
$thread
__construct()
public
__construct(Thread $thread) : mixed
Parameters
-
$thread
: Thread
-
repeat()
public
repeat(string $message[, int $maxAttempts = 3 ][, string|null $onMaxReached = null ]) : self
Parameters
-
$message
: string
-
-
$maxAttempts
: int
= 3
-
-
$onMaxReached
: string|null
= null
-
timeout()
public
timeout(int $seconds) : self
Parameters
-
$seconds
: int
-