AirLay backend

MobileErrorService extends AirlayService
in package

Class MobileErrorService

Table of Contents

$  : AirlayConfig
$collection  : MobileErrorsCollection
$rabbitmq  : AMQPStreamConnection
$user  : UserEntity
$collection  : mixed
__construct()  : mixed
create()  : MobileErrorEntity
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, array<string|int, mixed> $additionalParams, string|null $airlaySessionId) : MobileErrorEntity
Parameters
$error : array<string|int, mixed>
$url : string
$additionalParams : array<string|int, mixed>
$airlaySessionId : string|null
Return values
MobileErrorEntity

getCollection()

public getCollection() : mixed
Return values
mixed

Search results