FrontendErrorService
extends AirlayService
in package
Class FrontendErrorService
Table of Contents
- $ : AirlayConfig
- $collection : FrontendErrorsCollection
- $rabbitmq : AMQPStreamConnection
- $user : UserEntity
- $collection : mixed
- __construct() : mixed
- create() : FrontendErrorEntity
- getCollection() : mixed
Properties
$
public
AirlayConfig
$
config
$collection
public
FrontendErrorsCollection
$collection
$rabbitmq
public
AMQPStreamConnection
$rabbitmq
$user
public
UserEntity
$user
$collection
protected
mixed
$collection
Methods
__construct()
public
__construct(mixed $collection) : mixed
Parameters
- $collection : mixed
Return values
mixed —create()
public
create(array<string|int, mixed> $error, string $url, ObjectId|null $userId, ObjectId|null $screenStateId, string|null $airlaySessionId) : FrontendErrorEntity
Parameters
- $error : array<string|int, mixed>
- $url : string
- $userId : ObjectId|null
- $screenStateId : ObjectId|null
- $airlaySessionId : string|null
Return values
FrontendErrorEntity —getCollection()
public
getCollection() : mixed