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
$
public
AirlayConfig
$
config
$collection
public
ScreenStatesCollection
$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 —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