AppHomeOpenedEvent
Table of Contents
Properties
-
$adapter
: Adapter
-
$channelId
: string
-
$raw
: mixed
-
$userId
: string
Methods
-
__construct()
: mixed
$adapter
read-only
public
Adapter
$adapter
$channelId
read-only
public
string
$channelId
$raw
read-only
public
mixed
$raw
= null
$userId
read-only
public
string
$userId
__construct()
public
__construct(Adapter $adapter, string $channelId, string $userId[, mixed $raw = null ]) : mixed
Parameters
-
$adapter
: Adapter
-
-
$channelId
: string
-
-
$userId
: string
-
-
$raw
: mixed
= null
-