Crummy\Phlack\Bot\AbstractBot::emote PHP Метод

emote() защищенный Метод

protected emote ( string $text ) : Reply
$text string
Результат Crummy\Phlack\WebHook\Reply\Reply
    protected function emote($text)
    {
        return $this->responder->emote($text);
    }