Property | Type | Description | |
---|---|---|---|
$attributes | stdClass | Attributes | |
$client | Phue client | ||
$username | string | Username |
Method | Description | |
---|---|---|
__construct ( string $username, stdClass $attributes, |
Construct a User object | |
__toString ( ) : string | __toString | |
delete ( ) | Delete user | |
getCreateDate ( ) : string | Get create date | |
getDeviceType ( ) : string | Get device type | |
getLastUseDate ( ) : string | Get last use date | |
getUsername ( ) : string | Get username |
public __construct ( string $username, stdClass $attributes, |
||
$username | string | Username |
$attributes | stdClass | User attributes |
$client | Phue client |
public getCreateDate ( ) : string | ||
return | string | Create date |
public getDeviceType ( ) : string | ||
return | string | Device type |
public getLastUseDate ( ) : string | ||
return | string | Last use date |