PHP Класс Phue\Command\CreateSchedule

Наследование: implements Phue\Command\CommandInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$attributes array Schedule attributes
$command Phue\Command\ActionableInterface Command
$time Phue\TimePattern\TimePatternInterface Time pattern

Открытые методы

Метод Описание
__construct ( string $name = null, mixed $time = null, Phue\Command\ActionableInterface $command = null ) Constructs a create schedule command
autodelete ( boolean $flag ) : self Set autodelete
command ( Phue\Command\ActionableInterface $command ) : self Set command
description ( string $description ) : self Set description
name ( string $name ) : self Set name
send ( Client $client ) : integer Send command
status ( $status ) : self Set status
time ( string $time ) : self Set time

Описание методов

__construct() публичный Метод

Constructs a create schedule command
public __construct ( string $name = null, mixed $time = null, Phue\Command\ActionableInterface $command = null )
$name string Name of schedule
$time mixed Time to run command
$command Phue\Command\ActionableInterface Actionable command

autodelete() публичный Метод

Set autodelete
public autodelete ( boolean $flag ) : self
$flag boolean Flag
Результат self This object

command() публичный Метод

Set command
public command ( Phue\Command\ActionableInterface $command ) : self
$command Phue\Command\ActionableInterface Actionable command
Результат self This object

description() публичный Метод

Set description
public description ( string $description ) : self
$description string Description
Результат self This object

name() публичный Метод

Set name
public name ( string $name ) : self
$name string Name
Результат self This object

send() публичный Метод

Send command
public send ( Client $client ) : integer
$client Phue\Client Phue Client
Результат integer Schedule Id

status() публичный Метод

Set status
public status ( $status ) : self
Результат self $status Status

time() публичный Метод

Set time
public time ( string $time ) : self
$time string Time
Результат self This object

Описание свойств

$attributes защищенное свойство

Schedule attributes
protected array $attributes
Результат array

$command защищенное свойство

Command
protected ActionableInterface,Phue\Command $command
Результат Phue\Command\ActionableInterface

$time защищенное свойство

Time pattern
protected TimePatternInterface,Phue\TimePattern $time
Результат Phue\TimePattern\TimePatternInterface