PHP Interface Crummy\Phlack\Common\Responder\ResponderInterface

Afficher le fichier Open project: mcrumm/phlack

Méthodes publiques

Méthode 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 méthode

public emote ( string $text ) : Reply
$text string
Résultat Crummy\Phlack\WebHook\Reply\Reply

reply() public méthode

public reply ( string $user, string $text ) : Reply
$user string
$text string
Résultat Crummy\Phlack\WebHook\Reply\Reply

say() public méthode

public say ( string $text ) : Reply
$text string
Résultat Crummy\Phlack\WebHook\Reply\Reply

send() public méthode

public send ( Crummy\Phlack\Message\MessageInterface $message ) : Reply
$message Crummy\Phlack\Message\MessageInterface
Résultat Crummy\Phlack\WebHook\Reply\Reply

shout() public méthode

public shout ( string $text ) : Reply
$text string
Résultat Crummy\Phlack\WebHook\Reply\Reply

tell() public méthode

public tell ( string $user, string $text ) : Reply
$user string
$text string
Résultat Crummy\Phlack\WebHook\Reply\Reply