Crummy\Phlack\Bot\AbstractBot::tell PHP 메소드

tell() 보호된 메소드

protected tell ( string $user, string $text ) : Reply
$user string The user_id to tell
$text string
리턴 Crummy\Phlack\WebHook\Reply\Reply
    protected function tell($user, $text)
    {
        return $this->responder->tell($user, $text);
    }