PHP 클래스 Phue\Scene

파일 보기 프로젝트 열기: sqmk/phue

보호된 프로퍼티들

프로퍼티 타입 설명
$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