PHP Class Phue\LightModel\AbstractLightModel

Show file Open project: sqmk/phue

Public Methods

Method Description
__toString ( ) : string To string.
canRetainState ( ) : boolean Can retain state?
getId ( ) : string Get model id
getName ( ) : string Get model name

Method Details

__toString() public method

To string.
public __toString ( ) : string
return string Model name

canRetainState() public method

Can retain state?
public canRetainState ( ) : boolean
return boolean True if can, false if not

getId() public method

Get model id
public getId ( ) : string
return string Model id

getName() public method

Get model name
public getName ( ) : string
return string Model name