App\Listeners\Forum\NotifySlack::mainMessage PHP Method

mainMessage() private method

private mainMessage ( )
    private function mainMessage()
    {
        $user = $this->userText();
        $url = post_url($this->post->topic_id, $this->post->post_id);
        $title = $this->topic->topic_title;
        $command = $this->replyCommand();
        $prefix = $this->prefix;
        return "{$prefix}: <{$url}|{$title}> by {$user} `{$command}`";
    }