PHP Class Phue\LightModel\AbstractLightModel

Afficher le fichier Open project: sqmk/phue

Méthodes publiques

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

Method Details

__toString() public méthode

To string.
public __toString ( ) : string
Résultat string Model name

canRetainState() public méthode

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

getId() public méthode

Get model id
public getId ( ) : string
Résultat string Model id

getName() public méthode

Get model name
public getName ( ) : string
Résultat string Model name