PHP Класс Phue\Scene

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$attributes stdClass Scene attributes
$client Client Phue client
$id integer Id

Открытые методы

Метод Описание
__construct ( string $id, stdClass $attributes, Client $client ) Construct a Phue Scene object
__toString ( ) : string __toString
getId ( ) : integer Get scene Id
getLightIds ( ) : array Get light ids
getName ( ) : string Get assigned name of scene
isActive ( ) : null Is active

Описание методов

__construct() публичный Метод

Construct a Phue Scene object
public __construct ( string $id, stdClass $attributes, Client $client )
$id string Id
$attributes stdClass Scene attributes
$client Client Phue client

__toString() публичный Метод

__toString
public __toString ( ) : string
Результат string Scene Id

getId() публичный Метод

Get scene Id
public getId ( ) : integer
Результат integer Scene id

getLightIds() публичный Метод

Get light ids
public getLightIds ( ) : array
Результат array List of light ids

getName() публичный Метод

Get assigned name of scene
public getName ( ) : string
Результат string Name of scene

isActive() публичный Метод

Is active
Устаревший:
public isActive ( ) : null
Результат null This is now deprecated

Описание свойств

$attributes защищенное свойство

Scene attributes
protected stdClass $attributes
Результат stdClass

$client защищенное свойство

Phue client
protected Client,phue $client
Результат Client

$id защищенное свойство

Id
protected int $id
Результат integer