PHP Interface Crummy\Phlack\Common\Responder\ResponderInterface

Show file Open project: mcrumm/phlack

Public Methods

Method Description
emote ( string $text ) : Reply
reply ( string $user, string $text ) : Reply
say ( string $text ) : Reply
send ( Crummy\Phlack\Message\MessageInterface $message ) : Reply
shout ( string $text ) : Reply
tell ( string $user, string $text ) : Reply

Method Details

emote() public method

public emote ( string $text ) : Reply
$text string
return Crummy\Phlack\WebHook\Reply\Reply

reply() public method

public reply ( string $user, string $text ) : Reply
$user string
$text string
return Crummy\Phlack\WebHook\Reply\Reply

say() public method

public say ( string $text ) : Reply
$text string
return Crummy\Phlack\WebHook\Reply\Reply

send() public method

public send ( Crummy\Phlack\Message\MessageInterface $message ) : Reply
$message Crummy\Phlack\Message\MessageInterface
return Crummy\Phlack\WebHook\Reply\Reply

shout() public method

public shout ( string $text ) : Reply
$text string
return Crummy\Phlack\WebHook\Reply\Reply

tell() public method

public tell ( string $user, string $text ) : Reply
$user string
$text string
return Crummy\Phlack\WebHook\Reply\Reply