PHP Class Phue\Command\DeleteGroup

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 ( mixed $group ) Constructs a command
send ( Client $client ) Send command

Method Details

__construct() public method

Constructs a command
public __construct ( mixed $group )
$group mixed Group Id or Group object

send() public method

Send command
public send ( Client $client )
$client Phue\Client Phue Client

Property Details

$groupId protected property

Group Id
protected string $groupId
return string