PHP Class Phue\Command\GetGroupById

Inheritance: implements Phue\Command\CommandInterface
Show file Open project: sqmk/phue Class Usage Examples

Protected Properties

Property Type Description
$groupId string Group Id

Public Methods

Method Description
__construct ( integer $groupId ) Constructs a command
send ( Client $client ) : Group Send command

Method Details

__construct() public method

Constructs a command
public __construct ( integer $groupId )
$groupId integer Group Id

send() public method

Send command
public send ( Client $client ) : Group
$client Phue\Client Phue Client
return Phue\Group Group object

Property Details

$groupId protected property

Group Id
protected string $groupId
return string