AirLay backend

ScreenStateService extends AirlayService
in package

Class ScreenStateService

Table of Contents

$  : AirlayConfig
$collection  : ScreenStatesCollection
$rabbitmq  : AMQPStreamConnection
$user  : UserEntity
$collection  : mixed
__construct()  : mixed
createScreenState()  : ScreenStateEntity
getCollection()  : mixed

Properties

Methods

__construct()

public __construct(mixed $collection) : mixed
Parameters
$collection : mixed
Return values
mixed

createScreenState()

public createScreenState(int $portalId, array<string|int, mixed> $position, array<string|int, mixed> $treeMenu, array<string|int, mixed> $filters) : ScreenStateEntity
Parameters
$portalId : int
$position : array<string|int, mixed>
$treeMenu : array<string|int, mixed>
$filters : array<string|int, mixed>
Return values
ScreenStateEntity

getCollection()

public getCollection() : mixed
Return values
mixed

Search results