PHP Class Phue\Command\DeleteSchedule

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

Protected Properties

Property Type Description
$scheduleId string Schedule Id

Public Methods

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

Method Details

__construct() public method

Constructs a command
public __construct ( mixed $schedule )
$schedule mixed Schedule Id or Schedule object

send() public method

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

Property Details

$scheduleId protected property

Schedule Id
protected string $scheduleId
return string