PHP Class Phue\Command\DeleteRule

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

Protected Properties

Property Type Description
$ruleId string Rule Id

Public Methods

Method Description
__construct ( mixed $rule ) Constructs a command
send ( Client $client ) Send command

Method Details

__construct() public method

Constructs a command
public __construct ( mixed $rule )
$rule mixed Rule Id or Rule object

send() public method

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

Property Details

$ruleId protected property

Rule Id
protected string $ruleId
return string