PHP 클래스 Phue\Rule

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

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes stdClass Rule attributes
$client Client Phue client
$id integer Id

공개 메소드들

메소드 설명
__construct ( string $id, stdClass $attributes, Client $client ) Construct a Phue Rule object
__toString ( ) : string __toString
delete ( ) Delete rule
getActions ( ) : array Get actions
getConditions ( ) : array Get conditions
getCreateDate ( ) : string Get create date
getId ( ) : integer Get rule Id
getLastTriggeredTime ( ) : string Get last triggered time
getName ( ) : string Get assigned name of rule
getOwner ( ) : string Get owner
getTriggeredCount ( ) : integer Get triggered count
isEnabled ( ) : boolean Is enabled?

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

__toString
public __toString ( ) : string
리턴 string Rule Id

delete() 공개 메소드

Delete rule
public delete ( )

getActions() 공개 메소드

Get actions
public getActions ( ) : array
리턴 array List of actions

getConditions() 공개 메소드

Get conditions
public getConditions ( ) : array
리턴 array List of conditions

getCreateDate() 공개 메소드

Get create date
public getCreateDate ( ) : string
리턴 string Time

getId() 공개 메소드

Get rule Id
public getId ( ) : integer
리턴 integer Rule id

getLastTriggeredTime() 공개 메소드

Get last triggered time
public getLastTriggeredTime ( ) : string
리턴 string Time

getName() 공개 메소드

Get assigned name of rule
public getName ( ) : string
리턴 string Name of rule

getOwner() 공개 메소드

Get owner
public getOwner ( ) : string
리턴 string Owner

getTriggeredCount() 공개 메소드

Get triggered count
public getTriggeredCount ( ) : integer
리턴 integer Triggered count

isEnabled() 공개 메소드

Is enabled?
public isEnabled ( ) : boolean
리턴 boolean True of enabled, false if not

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

Rule attributes
protected stdClass $attributes
리턴 stdClass

$client 보호되어 있는 프로퍼티

Phue client
protected Client,phue $client
리턴 Client

$id 보호되어 있는 프로퍼티

Id
protected int $id
리턴 integer