Метод | Описание | |
---|---|---|
canHandle ( |
If this function returns true, the handle method will get called. | |
handle ( |
Handle the given request. Remember that Slack expects a response within three seconds after the slash command was issued. If there is more time needed, dispatch a job. |
Метод | Описание | |
---|---|---|
containsHelpHandler ( |
||
findAlternativeHandlers ( string $command ) : |
||
findInNamespace ( |
||
getCommandListAttachment ( |
protected containsHelpHandler ( |
||
$alternativeHandlers | ||
Результат | boolean |
protected findAlternativeHandlers ( string $command ) : |
||
$command | string | |
Результат |
protected findInNamespace ( |
||
$handlers | ||
$command | string | |
Результат |
protected getCommandListAttachment ( |
||
$handlers | ||
Результат |
public handle ( |
||
$request | ||
Результат |