PHP Class Phue\Command\GetScheduleById

Inheritance: implements Phue\Command\CommandInterface
Afficher le fichier Open project: sqmk/phue Class Usage Examples

Protected Properties

Свойство Type Description
$scheduleId string Schedule Id

Méthodes publiques

Méthode Description
__construct ( integer $scheduleId ) Constructs a command
send ( Client $client ) : Schedule Send command

Method Details

__construct() public méthode

Constructs a command
public __construct ( integer $scheduleId )
$scheduleId integer Schedule Id

send() public méthode

Send command
public send ( Client $client ) : Schedule
$client Phue\Client Phue Client
Résultat Phue\Schedule Schedule object

Property Details

$scheduleId protected_oe property

Schedule Id
protected string $scheduleId
Résultat string