TranscriptsApi
Table of Contents
Properties
-
$config
: array<string|int, mixed>
-
$state
: StateAdapter
Methods
-
__construct()
: mixed
-
append()
: void
-
count()
: int
-
delete()
: void
-
list()
: array<string|int, mixed>
$config
read-only
private
array<string|int, mixed>
$config
= []
$state
read-only
private
StateAdapter
$state
__construct()
public
__construct(StateAdapter $state[, array<string|int, mixed> $config = [] ]) : mixed
Parameters
-
$state
: StateAdapter
-
-
$config
: array<string|int, mixed>
= []
-
append()
public
append(string $userKey, Message $message) : void
Parameters
-
$userKey
: string
-
-
$message
: Message
-
count()
public
count(string $userKey) : int
Parameters
-
$userKey
: string
-
delete()
public
delete(string $userKey) : void
Parameters
-
$userKey
: string
-
list()
public
list(string $userKey) : array<string|int, mixed>
Parameters
-
$userKey
: string
-
Return values
array<string|int, mixed>