Classes
Members
Methods
# executeCommand(context) → {void}
выполняет команду по переданному контексту, аналогичен handler.execute
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IContext
|
void
# setCommand($command) → {void}
устанавливает команду
Parameters:
| Name | Type | Description |
|---|---|---|
$command |
Command
|
void
# setCommandStatus(stat) → {'stop'|'ready'|'default'}
меняет статус выполнения команды
Parameters:
| Name | Type | Description |
|---|---|---|
stat |
'stop'
|
'ready'
|
'default'
|
'stop'
|
'ready'
|
'default'