Crummy\Phlack\Common\Iterocitor::send PHP Method

send() public method

public send ( Crummy\Phlack\Message\MessageInterface $message )
$message Crummy\Phlack\Message\MessageInterface
    public function send(MessageInterface $message)
    {
        $command = $this->client->getCommand('Send', $message->jsonSerialize());
        $this->client->execute($command);
        return new EmptyReply();
    }