AirLay backend

SchemeService extends AirlayService
in package

Class AirlayService

Table of Contents

$  : AirlayConfig
$collection  : SchemesCollection
$rabbitmq  : AMQPStreamConnection
$user  : UserEntity
$collection  : mixed
__construct()  : mixed
create()  : SchemeEntityInterface
getCollection()  : mixed
removeByDataSet()  : void
removeGuideFromSchemes()  : void
update()  : SchemeEntityInterface

Properties

Methods

__construct()

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

getCollection()

public getCollection() : mixed
Return values
mixed

removeByDataSet()

public removeByDataSet(ObjectId $dataSetId) : void
Parameters
$dataSetId : ObjectId
Return values
void

removeGuideFromSchemes()

public removeGuideFromSchemes(ObjectId $guideId) : void
Parameters
$guideId : ObjectId
Return values
void

Search results