Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Phue
Command
DeleteGroup
PHP Class Phue\Command\DeleteGroup
Inheritance:
implements
Phue\Command\CommandInterface
Datei anzeigen
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_oe property
Group Id
protected
string
$groupId
return
string