AirLay backend

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

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
Return values
mixed

Search results